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 | |||
82 | 82 | ||
83 | 83 | ||
84 | # Now for the .udeb stuff | 84 | # Now for the .udeb stuff |
85 | PACKAGE=busybox | 85 | PACKAGE=busybox-udeb |
86 | VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) | 86 | VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) |
87 | ARCH=$(shell dpkg --print-architecture) | 87 | ARCH=$(shell dpkg --print-architecture) |
88 | FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb | 88 | FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb |