From: short <> Date: Sun, 23 Jun 2002 12:26:11 +0000 (+0000) Subject: CSacek: Fixed copying of 'templates' when no Apache has been installed yet X-Git-Tag: bp_liverpm~137 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=11a13e3ec212d5ddf5c5761182a72a339295e263 CSacek: Fixed copying of 'templates' when no Apache has been installed yet --- diff --git a/bin/vellumweb-build b/bin/vellumweb-build index eb8bb5c..b4987a7 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -106,7 +106,8 @@ pushd $csacek make mod_csacek.c cp -p mod_csacek.c cs*.h ../$httpd/src/modules/extra/ rm -rf $csacek_templatedir - cp -a templates/ $csacek_templatedir + mkdir -p $csacek_templatedir + cp -a templates/ $csacek_templatedir/ popd pushd $httpd