wok-stable diff coreutils-file-format/receipt @ rev 9703

gcc: first tiny fix (missing -- befor libexecdir)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 16:39:31 2011 +0200 (2011-05-08)
parents d5009f5bff9c
children bf9d643b2c59
line diff
     1.1 --- a/coreutils-file-format/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-file-format/receipt	Sun May 08 16:39:31 2011 +0200
     1.3 @@ -38,5 +38,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /usr/bin/fold
     1.8 +	ln -s /bin/busybox $1/usr/bin/fold
     1.9  }