diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-27 23:24:49 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-27 23:24:49 +0000 |
commit | 10d905ce271c748cf31bbac1e452d8689179c130 (patch) | |
tree | bfc46c58661024d1d5e8b7f6161be8fb88d23c04 | |
parent | 062c74f71035091fcef0b20ff4e8cb77d18124cc (diff) | |
download | busybox-w32-10d905ce271c748cf31bbac1e452d8689179c130.tar.gz busybox-w32-10d905ce271c748cf31bbac1e452d8689179c130.tar.bz2 busybox-w32-10d905ce271c748cf31bbac1e452d8689179c130.zip |
Install symlinks for the udeb, dont install changelogs for the udeb
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d9a865472..a15ddef41 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -39,8 +39,7 @@ busybox-udeb: | |||
39 | cp ./debian/Rules.mak.shared Rules.mak | 39 | cp ./debian/Rules.mak.shared Rules.mak |
40 | $(MAKE) dep | 40 | $(MAKE) dep |
41 | $(MAKE) | 41 | $(MAKE) |
42 | install -D busybox ./debian/busybox-unstable-udeb/bin/busybox | 42 | $(MAKE) PREFIX=./debian/busybox-udeb/ install |
43 | dh_installchangelogs Changelog -pbusybox-unstable-udeb | ||
44 | dh_strip -pbusybox-unstable-udeb | 43 | dh_strip -pbusybox-unstable-udeb |
45 | dh_compress -pbusybox-unstable-udeb | 44 | dh_compress -pbusybox-unstable-udeb |
46 | dh_fixperms -pbusybox-unstable-udeb | 45 | dh_fixperms -pbusybox-unstable-udeb |