wok-stable diff coreutils-path/receipt @ rev 10024
glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 18:19:46 2011 +0200 (2011-05-19) |
parents | d5009f5bff9c |
children | bf9d643b2c59 |
line diff
1.1 --- a/coreutils-path/receipt Sat Feb 05 03:20:51 2011 +0000 1.2 +++ b/coreutils-path/receipt Thu May 19 18:19:46 2011 +0200 1.3 @@ -38,6 +38,6 @@ 1.4 1.5 post_remove() 1.6 { 1.7 - ln -s /bin/busybox /usr/bin/basename 1.8 - ln -s /bin/busybox /usr/bin/dirname 1.9 + ln -s /bin/busybox $1/usr/bin/basename 1.10 + ln -s /bin/busybox $1/usr/bin/dirname 1.11 }