wok-current diff coreutils-operations/receipt @ rev 18129

marco, mate-desktop: update deps
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jun 11 13:50:11 2015 -0300 (2015-06-11)
parents 2b9f96603415
children bb8fe72f8f3a
line diff
     1.1 --- a/coreutils-operations/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/coreutils-operations/receipt	Thu Jun 11 13:50:11 2015 -0300
     1.3 @@ -53,11 +53,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 $1/bin/cp
     1.8 -	/bin/busybox ln -s /bin/busybox $1/bin/dd
     1.9 -	/bin/busybox ln -s /bin/busybox $1/bin/mv
    1.10 -	/bin/busybox ln -s /bin/busybox $1/bin/ln
    1.11 -	/bin/busybox ln -s /bin/busybox $1/bin/rm
    1.12 -	/bin/busybox ln -s /bin/busybox $1/usr/bin/install
    1.13 -	/bin/busybox ln -s /bin/busybox $1/usr/bin/shred
    1.14 +	/bin/busybox ln -fs /bin/busybox $1/bin/cp
    1.15 +	/bin/busybox ln -fs /bin/busybox $1/bin/dd
    1.16 +	/bin/busybox ln -fs /bin/busybox $1/bin/mv
    1.17 +	/bin/busybox ln -fs /bin/busybox $1/bin/ln
    1.18 +	/bin/busybox ln -fs /bin/busybox $1/bin/rm
    1.19 +	/bin/busybox ln -fs /bin/busybox $1/usr/bin/install
    1.20 +	/bin/busybox ln -fs /bin/busybox $1/usr/bin/shred
    1.21  }