diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-20 20:41:02 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-20 20:41:02 +0000 |
commit | 5836c52ecce2ef1cf6968de645b41c26bb68d821 (patch) | |
tree | d5c964dd61dd0f7463985385a1f954b9cac9b985 /debian | |
parent | 20012f47ad40fb69fe0f45d68d50f88b164e4dfe (diff) | |
download | busybox-w32-5836c52ecce2ef1cf6968de645b41c26bb68d821.tar.gz busybox-w32-5836c52ecce2ef1cf6968de645b41c26bb68d821.tar.bz2 busybox-w32-5836c52ecce2ef1cf6968de645b41c26bb68d821.zip |
Fix a stupid naming error.
git-svn-id: svn://busybox.net/trunk/busybox@1477 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian')
-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 |