From 3187d38431dde640835d2bd53af0cdffceca7e5e Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 16 Dec 2004 18:42:05 +0000 Subject: [PATCH] Move PHP installdir to: /usr/local/apache --- bin/vellumweb-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index ea0a727..9a4284a 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -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 \ -- 1.8.3.1