wok-next diff unzip/receipt @ rev 18973

splashutils: fix build, update URLs, add description
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 12 14:29:04 2016 +0200 (2016-03-12)
parents 23c3aed67cd9
children 762b649a4d73
line diff
     1.1 --- a/unzip/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/unzip/receipt	Sat Mar 12 14:29:04 2016 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  # Remove Busybox symlink before installing
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/usr/bin/unzip
     1.8 +	rm -f "$1/usr/bin/unzip"
     1.9  }
    1.10  
    1.11  post_remove()