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:
062c74f
)
Install symlinks for the udeb, dont install changelogs for the udeb
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 27 Nov 2002 23:24:49 +0000
(23:24 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 27 Nov 2002 23:24:49 +0000
(23:24 -0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index d9a86547205f31402df0be88cf8f5f7325e1f96d..a15ddef417f9baf04fbfbfa2c0a4350c002d62e3 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-39,8
+39,7
@@
busybox-udeb:
cp ./debian/Rules.mak.shared Rules.mak
$(MAKE) dep
$(MAKE)
- install -D busybox ./debian/busybox-unstable-udeb/bin/busybox
- dh_installchangelogs Changelog -pbusybox-unstable-udeb
+ $(MAKE) PREFIX=./debian/busybox-udeb/ install
dh_strip -pbusybox-unstable-udeb
dh_compress -pbusybox-unstable-udeb
dh_fixperms -pbusybox-unstable-udeb