Fix a stupid naming error.
authorEric Andersen <andersen@codepoet.org>
Wed, 20 Dec 2000 20:41:02 +0000 (20:41 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 20 Dec 2000 20:41:02 +0000 (20:41 -0000)
debian/rules

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