Move PHP installdir to: /usr/local/apache
[nethome.git] / bin / vellumweb-build
index ea0a727..9a4284a 100755 (executable)
@@ -50,7 +50,7 @@ pushd $modssl
 popd
 
 pushd $php
-       ./configure --with-apache=../$httpd \
+       ./configure --prefix=$prefix --with-apache=../$httpd \
                --with-mysql`d=/usr/local/mysql && test -d $d && echo =$d` \
                --enable-track-vars \
                --enable-memory-limit=yes \