wok-next diff gzip/receipt @ rev 19231
Add vmtouch
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Jun 24 19:59:40 2016 +0100 (2016-06-24) |
parents | e715990c5f63 |
children | 708211fae5b6 |
line diff
1.1 --- a/gzip/receipt Mon Oct 05 18:50:36 2015 +0000 1.2 +++ b/gzip/receipt Fri Jun 24 19:59:40 2016 +0100 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 }