CVS: moonbase/compilers/php POST_INSTALL,1.3,1.4
niki at lunar-linux.org
niki at lunar-linux.org
Wed Oct 1 05:16:39 GMT 2003
Update of /var/cvs/lunar/moonbase/compilers/php
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13831
Modified Files:
POST_INSTALL
Log Message:
Php POST_INSTALL kept failing untill i added this little change
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL 22 Sep 2003 21:32:44 -0000 1.3
+++ POST_INSTALL 1 Oct 2003 05:16:37 -0000 1.4
@@ -13,7 +13,7 @@
fi
if [ ! -e /etc/php.ini ] ; then
- cp php.ini-dist /etc/php.ini
+ cp $SOURCE_DIRECTORY/php.ini-dist /etc/php.ini
fi
case $REGGLOBALS in
More information about the Lunar-commits
mailing list