From 6c40f28e07334f9613c33036b8c5dc061662da9c Mon Sep 17 00:00:00 2001 From: Dragan Dosen Date: Thu, 31 Jan 2008 13:29:44 +0000 Subject: [PATCH] r6: * sitne prepravke. --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 034b224..2ec8df8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -115,11 +115,11 @@ done # for SAPI in apache apache2 cgi cli; do - if [ ! -d "$PHP5DIR/$SAPI" ]; then + if [ ! -d "$PHP4DIR/$SAPI" ]; then continue fi - ini_file="$PHP5DIR/$SAPI/php.ini" + ini_file="$PHP4DIR/$SAPI/php.ini" cp_echo "CN: Checking and enabling some CARNet specific parameters in file $ini_file" -- 1.7.10.4