wok-4.x diff coreutils-operations/receipt @ rev 9737
slim: fix DESTDIR is needed and build deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 10 00:34:33 2011 +0200 (2011-05-10) |
parents | d5009f5bff9c |
children | bf9d643b2c59 |
line diff
1.1 --- a/coreutils-operations/receipt Sat Feb 05 03:20:51 2011 +0000 1.2 +++ b/coreutils-operations/receipt Tue May 10 00:34:33 2011 +0200 1.3 @@ -51,11 +51,11 @@ 1.4 { 1.5 # use busybox ln applet directly since /bin/ln 1.6 # in this package is remove already 1.7 - /bin/busybox ln -s /bin/busybox /bin/cp 1.8 - /bin/busybox ln -s /bin/busybox /bin/dd 1.9 - /bin/busybox ln -s /bin/busybox /bin/mv 1.10 - /bin/busybox ln -s /bin/busybox /bin/ln 1.11 - /bin/busybox ln -s /bin/busybox /bin/rm 1.12 - /bin/busybox ln -s /bin/busybox /usr/bin/install 1.13 - /bin/busybox ln -s /bin/busybox /usr/bin/shred 1.14 + /bin/busybox ln -s /bin/busybox $1/bin/cp 1.15 + /bin/busybox ln -s /bin/busybox $1/bin/dd 1.16 + /bin/busybox ln -s /bin/busybox $1/bin/mv 1.17 + /bin/busybox ln -s /bin/busybox $1/bin/ln 1.18 + /bin/busybox ln -s /bin/busybox $1/bin/rm 1.19 + /bin/busybox ln -s /bin/busybox $1/usr/bin/install 1.20 + /bin/busybox ln -s /bin/busybox $1/usr/bin/shred 1.21 }