wok-next diff squirrelmail-msg_flags/receipt @ rev 19024
syslinux/win32.c: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 17:08:51 2016 +0200 (2016-04-02) |
parents | d51b2411e55e |
children | c4e53a39395a |
line diff
1.1 --- a/squirrelmail-msg_flags/receipt Sat Apr 05 10:12:34 2014 +0000 1.2 +++ b/squirrelmail-msg_flags/receipt Sat Apr 02 17:08:51 2016 +0200 1.3 @@ -30,10 +30,10 @@ 1.4 1.5 post_install() 1.6 { 1.7 - ( cd $1/usr/share/squirrelmail/plugins/$SOURCE 1.8 - patch -p0 < patches/$SOURCE-squirrelmail-$(. $1/$INSTALLED/squirrelmail/receipt; echo $VERSION).diff ) 1.9 - echo "$PACKAGE" >> $1/$INSTALLED/squirrelmail/modifiers 1.10 - echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php 1.11 + ( cd "$1/usr/share/squirrelmail/plugins/$SOURCE" 1.12 + patch -p0 < patches/$SOURCE-squirrelmail-$(. "$1/$INSTALLED/squirrelmail/receipt"; echo $VERSION).diff ) 1.13 + echo "$PACKAGE" >> "$1/$INSTALLED/squirrelmail/modifiers" 1.14 + echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php" 1.15 } 1.16 1.17 pre_remove()