rpmsafereduce: +$IGNORE_D,die->carp
[nethome.git] / bin / vellumweb-build
index ea0a727..dbc0c0a 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # $Id$
 
-arch=$HOME/arch
+arch=${arch:-$HOME/arch}
 prefix=/usr/local/apache
 pkgs="
        httpd=apache_1.3.33
@@ -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 \