wok-next diff python-simplejson/receipt @ rev 19410

linld: shrink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 21 11:29:01 2016 +0200 (2016-09-21)
parents 1067bb7f1e24
children 6c73b944e8dd
line diff
     1.1 --- a/python-simplejson/receipt	Wed Dec 16 15:49:50 2015 +0100
     1.2 +++ b/python-simplejson/receipt	Wed Sep 21 11:29:01 2016 +0200
     1.3 @@ -45,6 +45,6 @@
     1.4  # Remove old package.
     1.5  post_install()
     1.6  {
     1.7 -	[ ! -d $1/var/lib/tazpkg/installed/simplejson ] ||
     1.8 -	rm -rf $1/var/lib/tazpkg/installed/simplejson
     1.9 +	[ ! -d "$1/var/lib/tazpkg/installed/simplejson" ] ||
    1.10 +	rm -rf "$1/var/lib/tazpkg/installed/simplejson"
    1.11  }