wok diff gawk/receipt @ rev 18923

Up: description files: Bc, blinder, bluefish, chrommo, tuffy, unifont
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Feb 25 08:34:30 2016 -0300 (2016-02-25)
parents f4c22f009037
children d1139a9dbf88
line diff
     1.1 --- a/gawk/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/gawk/receipt	Thu Feb 25 08:34:30 2016 -0300
     1.3 @@ -43,12 +43,10 @@
     1.4  # We must remove all Busybox symlink before installing.
     1.5  pre_install()
     1.6  {
     1.7 -	local root
     1.8 -	root=$1
     1.9 -	rm -f $root/usr/bin/awk
    1.10 +	rm -f "$1/usr/bin/awk"
    1.11  }
    1.12  
    1.13  post_remove()
    1.14  {
    1.15 -	ln -s /bin/busybox $1/usr/bin/awk
    1.16 +	ln -s /bin/busybox "$1/usr/bin/awk"
    1.17  }