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-w32-e75f6a972c3307881adc1bb2aacc4b1e21417883.tar.gz busybox-w32-e75f6a972c3307881adc1bb2aacc4b1e21417883.tar.bz2 busybox-w32-e75f6a972c3307881adc1bb2aacc4b1e21417883.zip |
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 | |||
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 |