wok diff gzip-full/receipt @ rev 20080

revert hexchat: does not work with 2.12.4 version like that
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:35:06 2017 +0000 (2017-09-27)
parents e30b21af1714
children 35a23f513b71
line diff
     1.1 --- a/gzip-full/receipt	Wed Oct 22 21:07:11 2014 +0300
     1.2 +++ b/gzip-full/receipt	Wed Sep 27 17:35:06 2017 +0000
     1.3 @@ -25,14 +25,14 @@
     1.4  pre_install()
     1.5  {
     1.6  	echo -n "Removing Busybox uncompress and zcat utilities... "
     1.7 -	rm -f $1/bin/uncompress $1/bin/zcat
     1.8 +	rm -f "$1/bin/uncompress" "$1/bin/zcat"
     1.9  	status
    1.10  }
    1.11  
    1.12  post_remove()
    1.13  {
    1.14  	echo -n "Restoring Busybox uncompress and zcat utilities... "
    1.15 -	ln -s busybox $1/bin/uncompress
    1.16 -	ln -s busybox $1/bin/zcat
    1.17 +	ln -s busybox "$1/bin/uncompress"
    1.18 +	ln -s busybox "$1/bin/zcat"
    1.19  	status
    1.20  }