head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2003.05.28.10.20.01; author swiergot; state Exp; branches; next 1.2; 1.2 date 2003.01.13.11.41.12; author swiergot; state Exp; branches; next 1.1; 1.1 date 2003.01.12.21.52.15; author swiergot; state Exp; branches; next ; desc @@ 1.3 log @- Version 4.3.1. - Fixed subpackages. @ text @if [ ! -r etc/apache/php.ini ]; then cp -a etc/apache/php.ini-recommended etc/apache/php.ini fi @ 1.2 log @- Force building. @ text @a0 5 if [ ! -r etc/apache/mod_php.conf ]; then cp -a etc/apache/mod_php.conf.example etc/apache/mod_php.conf elif [ "`cat etc/apache/mod_php.conf 2> /dev/null`" = "" ]; then cp -a etc/apache/mod_php.conf.example etc/apache/mod_php.conf fi @ 1.1 log @- Actually, most of php.builder has been rewritten basing on script used to build PHP in Slackware. This includes gd compiling and statically linking as well. Now our package is fully compatible with the one from Slackware. @ text @@ .