wok diff squirrelmail-msg_flags/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
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	Thu Mar 07 17:47:51 2019 +0100
     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()