projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80a263
)
Fix a stupid naming error.
author
Eric Andersen
<andersen@codepoet.org>
Wed, 20 Dec 2000 20:41:02 +0000
(20:41 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 20 Dec 2000 20:41:02 +0000
(20:41 -0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index d3e16863128a2738883b69af091ce2821b15b114..078478627b7faba7abbd0977b463994917186a2a 100755
(executable)
--- 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