From 11a13e3ec212d5ddf5c5761182a72a339295e263 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 23 Jun 2002 12:26:11 +0000 Subject: [PATCH] CSacek: Fixed copying of 'templates' when no Apache has been installed yet --- bin/vellumweb-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.8.3.1