aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-20 20:41:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-20 20:41:02 +0000
commit5836c52ecce2ef1cf6968de645b41c26bb68d821 (patch)
treed5c964dd61dd0f7463985385a1f954b9cac9b985 /debian
parent20012f47ad40fb69fe0f45d68d50f88b164e4dfe (diff)
downloadbusybox-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-xdebian/rules2
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
85PACKAGE=busybox 85PACKAGE=busybox-udeb
86VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) 86VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
87ARCH=$(shell dpkg --print-architecture) 87ARCH=$(shell dpkg --print-architecture)
88FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb 88FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb