X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fvellumweb-build;h=dbc0c0ac17a6d8e79611ec4aa6f0388c189fd173;hp=ea0a72745f4ea7fc21427a746c46ffddc4a1f915;hb=257109ce5b17e8bf1e9990564d3eef7722746c0b;hpb=fd73603de299e150e6dc0873cdf52ab12eb3286f diff --git a/bin/vellumweb-build b/bin/vellumweb-build index ea0a727..dbc0c0a 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -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 \