wok diff python-pil/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 1067bb7f1e24
children fdcd466dc27c
line diff
     1.1 --- a/python-pil/receipt	Wed Dec 16 15:49:50 2015 +0100
     1.2 +++ b/python-pil/receipt	Fri Oct 04 15:39:32 2019 +0100
     1.3 @@ -31,6 +31,6 @@
     1.4  # Remove old package.
     1.5  post_install()
     1.6  {
     1.7 -	[ ! -d $1/var/lib/tazpkg/installed/pil ] ||
     1.8 -	rm -rf $1/var/lib/tazpkg/installed/pil
     1.9 +	[ ! -d "$1/var/lib/tazpkg/installed/pil" ] ||
    1.10 +	rm -rf "$1/var/lib/tazpkg/installed/pil"
    1.11  }