wok diff linux64-btrfs/receipt @ rev 18939

Add libwnck3, libwnck3-dev; fix libwnck-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 01 17:34:09 2016 +0200 (2016-03-01)
parents 08cf996a2307
children ffc20f9bd49f
line diff
     1.1 --- a/linux64-btrfs/receipt	Mon Aug 17 11:03:13 2015 +0200
     1.2 +++ b/linux64-btrfs/receipt	Tue Mar 01 17:34:09 2016 +0200
     1.3 @@ -39,14 +39,14 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
     1.8 -		echo "${PACKAGE#*-}" >> $1/etc/filesystems
     1.9 -	chroot "$root/" depmod -a $VERSION-slitaz64
    1.10 +	grep -qs ^${PACKAGE#*-}$ "$1/etc/filesystems" || \
    1.11 +		echo "${PACKAGE#*-}" >> "$1/etc/filesystems"
    1.12 +	chroot "$1/" depmod -a $VERSION-slitaz64
    1.13  }
    1.14  
    1.15  post_remove()
    1.16  {
    1.17 -	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    1.18 -	chroot "$root/" depmod -a $VERSION-slitaz64
    1.19 +	sed -i "/^${PACKAGE#*-}\$/d" "$1/etc/filesystems"
    1.20 +	chroot "$1/" depmod -a $VERSION-slitaz64
    1.21  }
    1.22