wok-current diff php-mcrypt/receipt @ rev 20854
updated drupal (7.26 -> 8.6.10)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 16:46:14 2019 +0100 (2019-02-21) |
parents | 55f67249b264 |
children | ccb0caebef6f |
line diff
1.1 --- a/php-mcrypt/receipt Tue Jun 03 01:07:29 2014 +0200 1.2 +++ b/php-mcrypt/receipt Thu Feb 21 16:46:14 2019 +0100 1.3 @@ -34,8 +34,8 @@ 1.4 1.5 post_install() 1.6 { 1.7 - grep -q ^extension=mcrypt.so $1/etc/php.ini || \ 1.8 - sed -e 's|extension=msql.so|extension=msql.so\nextension=mcrypt.so|' -i $1/etc/php.ini 1.9 + grep -q ^extension=mcrypt.so "$1/etc/php.ini" || \ 1.10 + sed -e 's|extension=msql.so|extension=msql.so\nextension=mcrypt.so|' -i "$1/etc/php.ini" 1.11 # Start Web server. 1.12 while read daemon file; do 1.13 [ -z "$1" ] || continue