wok-next diff ccid/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 76b72f1ad63c
children 2985612f2b3f
line diff
     1.1 --- a/ccid/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/ccid/receipt	Sat May 13 17:25:31 2017 +0300
     1.3 @@ -43,9 +43,9 @@
     1.4  post_install()
     1.5  {
     1.6  	# addgroup pcscd if needed                                                                                                                
     1.7 -	if ! grep -q pcscd $1/etc/group; then
     1.8 +	if ! grep -q pcscd "$1/etc/group"; then
     1.9  		echo -n "Adding group pcscd..."
    1.10 -		chroot $1/ addgroup pcscd
    1.11 +		chroot "$1/" addgroup pcscd
    1.12  		status
    1.13  	fi
    1.14  }