From: short <> Date: Fri, 4 Oct 2002 18:31:57 +0000 (+0000) Subject: Fixed $with_perl X-Git-Tag: bp_liverpm~97 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=66f5371f7a1977c0e27dea9e2fb61bb5832b7ad9 Fixed $with_perl --- diff --git a/bin/vellumweb-build b/bin/vellumweb-build index ed8e916..6afb568 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -62,7 +62,7 @@ pushd $php make install popd -if ! $with_perl;then +if $with_perl;then pushd $modperl perl Makefile.PL APACHE_SRC=../$httpd DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 \ PERL_DEBUG=1