wok diff gzip/receipt @ rev 19319

Add busybox-httpd-ctrl (fast to: start and stop in menu)
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jul 13 11:40:02 2016 -0300 (2016-07-13)
parents e715990c5f63
children 35a23f513b71
line diff
     1.1 --- a/gzip/receipt	Mon Oct 05 18:50:36 2015 +0000
     1.2 +++ b/gzip/receipt	Wed Jul 13 11:40:02 2016 -0300
     1.3 @@ -38,14 +38,14 @@
     1.4  pre_install()
     1.5  {
     1.6  	echo -n "Removing Busybox gzip and gunzip utilities... "
     1.7 -	rm -f $1/bin/gzip $1/bin/gunzip
     1.8 +	rm -f "$1/bin/gzip" "$1/bin/gunzip"
     1.9  	status
    1.10  }
    1.11  
    1.12  post_remove()
    1.13  {
    1.14  	echo -n "Restoring Busybox gzip and gunzip utilities... "
    1.15 -	ln -s busybox $1/bin/gzip
    1.16 -	ln -s busybox $1/bin/gunzip
    1.17 +	ln -s busybox "$1/bin/gzip"
    1.18 +	ln -s busybox "$1/bin/gunzip"
    1.19  	status
    1.20  }