From: Glenn L McGrath Date: Wed, 27 Nov 2002 23:24:49 +0000 (-0000) Subject: Install symlinks for the udeb, dont install changelogs for the udeb X-Git-Tag: 1_00_pre1~403 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10d905ce271c748cf31bbac1e452d8689179c130;p=oweals%2Fbusybox.git Install symlinks for the udeb, dont install changelogs for the udeb --- diff --git a/debian/rules b/debian/rules index d9a865472..a15ddef41 100755 --- 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