wok-next diff python-reportlab/receipt @ rev 19865

slitaz-base-files: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 12 03:41:56 2017 +0300 (2017-09-12)
parents 1067bb7f1e24
children 92698cd69f34
line diff
     1.1 --- a/python-reportlab/receipt	Wed Dec 16 15:49:50 2015 +0100
     1.2 +++ b/python-reportlab/receipt	Tue Sep 12 03:41:56 2017 +0300
     1.3 @@ -37,7 +37,7 @@
     1.4  # Remove old package.
     1.5  post_install()
     1.6  {
     1.7 -	[ ! -d $1/var/lib/tazpkg/installed/reportlab ] ||
     1.8 -	rm -rf $1/var/lib/tazpkg/installed/reportlab
     1.9 +	[ ! -d "$1/var/lib/tazpkg/installed/reportlab" ] ||
    1.10 +	rm -rf "$1/var/lib/tazpkg/installed/reportlab"
    1.11  }
    1.12