wok diff php-pear/receipt @ rev 20615

Update varka
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 21 20:44:57 2018 +0100 (2018-12-21)
parents 55f67249b264
children ccb0caebef6f
line diff
     1.1 --- a/php-pear/receipt	Tue Jun 03 01:07:29 2014 +0200
     1.2 +++ b/php-pear/receipt	Fri Dec 21 20:44:57 2018 +0100
     1.3 @@ -35,8 +35,8 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	grep ^include_path $1/etc/php.ini
     1.8 -	sed -i 's|/php/includes"|/php/includes"\ninclude_path = ".:/usr/share/php"|' $1/etc/php.ini
     1.9 +	grep ^include_path "$1/etc/php.ini"
    1.10 +	sed -i 's|/php/includes"|/php/includes"\ninclude_path = ".:/usr/share/php"|' "$1/etc/php.ini"
    1.11  	# Restart Web server.
    1.12  	while read daemon file; do
    1.13  		[ -z "$1" ] || continue