wok diff diffutils/receipt @ rev 18917

Up: Correct link.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 08:39:49 2016 -0300 (2016-02-24)
parents 5922eeb8bfd6
children a714b2b91a0b
line diff
     1.1 --- a/diffutils/receipt	Sat Feb 14 22:41:11 2015 +0000
     1.2 +++ b/diffutils/receipt	Wed Feb 24 08:39:49 2016 -0300
     1.3 @@ -30,12 +30,12 @@
     1.4  # Overlap busybox
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/usr/bin/diff
     1.8 -	rm -f $1/usr/bin/cmp
     1.9 +	rm -f "$1/usr/bin/diff"
    1.10 +	rm -f "$1/usr/bin/cmp"
    1.11  }
    1.12  
    1.13  post_remove()
    1.14  {
    1.15 -	ln -s /bin/busybox $1/usr/bin/diff
    1.16 -	ln -s /bin/busybox $1/usr/bin/cmp
    1.17 +	ln -s /bin/busybox "$1/usr/bin/diff"
    1.18 +	ln -s /bin/busybox "$1/usr/bin/cmp"
    1.19  }