From: Eric Andersen Date: Wed, 20 Dec 2000 20:41:02 +0000 (-0000) Subject: Fix a stupid naming error. X-Git-Tag: 0_49~111 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e75f6a972c3307881adc1bb2aacc4b1e21417883;p=oweals%2Fbusybox.git Fix a stupid naming error. --- diff --git a/debian/rules b/debian/rules index d3e168631..078478627 100755 --- a/debian/rules +++ b/debian/rules @@ -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