Fixed bound `/<Esc>` to be functional also in 'pager'
[nethome.git] / bin / vellumweb-build
index ed8e916..8022705 100755 (executable)
@@ -7,7 +7,7 @@ prefix=/usr/local/apache
 pkgs="
        httpd=apache_1.3.27
        openssl=openssl-0.9.6g
-       modssl=mod_ssl-2.8.11-1.3.27
+       modssl=mod_ssl-2.8.12-1.3.27
        php=php-4.2.3
        modperl=mod_perl-1.27
        "
@@ -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