wok-next diff linux-jfs/receipt @ rev 19050
harfbuzz: update bdeps to add hb-view binary
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Apr 18 13:48:11 2016 +0300 (2016-04-18) |
parents | 08cf996a2307 |
children | 119e586fb823 |
line diff
1.1 --- a/linux-jfs/receipt Mon Aug 17 11:03:13 2015 +0200 1.2 +++ b/linux-jfs/receipt Mon Apr 18 13:48:11 2016 +0300 1.3 @@ -29,13 +29,13 @@ 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-slitaz 1.10 + grep -qs ^${PACKAGE#*-}$ "$1/etc/filesystems" || \ 1.11 + echo "${PACKAGE#*-}" >> "$1/etc/filesystems" 1.12 + chroot "$1/" depmod -a $VERSION-slitaz 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-slitaz 1.19 + sed -i "/^${PACKAGE#*-}\$/d" "$1/etc/filesystems" 1.20 + chroot "$1/" depmod -a $VERSION-slitaz 1.21 }