wok diff squirrelmail-msg_flags/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
parents d51b2411e55e
children 765360b9ea4b
line diff
     1.1 --- a/squirrelmail-msg_flags/receipt	Sat Apr 05 10:12:34 2014 +0000
     1.2 +++ b/squirrelmail-msg_flags/receipt	Wed Jun 26 19:12:58 2019 +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()