diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |