diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-20 20:41:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-20 20:41:02 +0000 |
commit | e75f6a972c3307881adc1bb2aacc4b1e21417883 (patch) | |
tree | d5c964dd61dd0f7463985385a1f954b9cac9b985 /debian/rules | |
parent | e80a2633bc4d8ef8d4370653fdefafe942927452 (diff) | |
download | busybox-e75f6a972c3307881adc1bb2aacc4b1e21417883.tar.gz |
Fix a stupid naming error.
Diffstat (limited to 'debian/rules')
-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 |