Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-20 23:41:02 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-20 23:41:02 +0300
commite75f6a972c3307881adc1bb2aacc4b1e21417883 (patch)
treed5c964dd61dd0f7463985385a1f954b9cac9b985 /debian
parente80a2633bc4d8ef8d4370653fdefafe942927452 (diff)
Fix a stupid naming error.
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
# 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