wok-next diff coreutils-file-output-part/receipt @ rev 9714
glibc: like GCC also need gawk
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 23:33:17 2011 +0200 (2011-05-08) |
parents | d5009f5bff9c |
children | bf9d643b2c59 |
line diff
1.1 --- a/coreutils-file-output-part/receipt Sat Feb 05 03:20:51 2011 +0000 1.2 +++ b/coreutils-file-output-part/receipt Sun May 08 23:33:17 2011 +0200 1.3 @@ -39,7 +39,7 @@ 1.4 1.5 post_remove() 1.6 { 1.7 - ln -s /bin/busybox /usr/bin/head 1.8 - ln -s /bin/busybox /usr/bin/tail 1.9 - ln -s /bin/busybox /usr/bin/split 1.10 + ln -s /bin/busybox $1/usr/bin/head 1.11 + ln -s /bin/busybox $1/usr/bin/tail 1.12 + ln -s /bin/busybox $1/usr/bin/split 1.13 }