wok diff linux-libre-btrfs/receipt @ rev 19463
making newest gnumeric 1.12.32, user request: http://forum.slitaz.org/topic/gnumeric-110-buggy-how-can-i-get-112
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Oct 24 11:13:58 2016 +0000 (2016-10-24) |
parents | 051931e905b0 |
children | 9e8d7fd12ee2 |
line diff
1.1 --- a/linux-libre-btrfs/receipt Fri Dec 06 10:39:07 2013 +0000 1.2 +++ b/linux-libre-btrfs/receipt Mon Oct 24 11:13:58 2016 +0000 1.3 @@ -37,14 +37,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 + grep -qs ^${PACKAGE##*-}$ "$1/etc/filesystems" || \ 1.10 + echo "${PACKAGE##*-}" >> "$1/etc/filesystems" 1.11 chroot "$1/" depmod -a $VERSION-slitaz 1.12 } 1.13 1.14 post_remove() 1.15 { 1.16 - sed -i "/^${PACKAGE##*-}\$/d" $1/etc/filesystems 1.17 + sed -i "/^${PACKAGE##*-}\$/d" "$1/etc/filesystems" 1.18 chroot "$1/" depmod -a $VERSION-slitaz 1.19 } 1.20 -