Fix a stupid naming error.

This commit is contained in:
Eric Andersen 2000-12-20 20:41:02 +00:00
parent e80a2633bc
commit e75f6a972c

2
debian/rules vendored
View File

@ -82,7 +82,7 @@ do_static: half_clean build-static install-static
# Now for the .udeb stuff # Now for the .udeb stuff
PACKAGE=busybox PACKAGE=busybox-udeb
VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
ARCH=$(shell dpkg --print-architecture) ARCH=$(shell dpkg --print-architecture)
FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb