From: short <> Date: Sun, 14 Jul 2002 12:43:31 +0000 (+0000) Subject: Fixed (CSacek-fatal) copying of CSacek "templates/" X-Git-Tag: bp_liverpm~118 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=75d7932a3714c11a46eb4122e70b24b7ccb1e6e4;hp=119881c3fac9b5f9947081626ec4dec62364d1ec;ds=sidebyside Fixed (CSacek-fatal) copying of CSacek "templates/" --- diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 32568e4..0fe0c43 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -161,7 +161,7 @@ pushd $csacek cp -p mod_csacek.c cs*.h ../$httpd/src/modules/extra/ rm -rf $csacek_templatedir mkdir -p $csacek_templatedir - cp -a templates/ $csacek_templatedir/ + cp -a templates/* $csacek_templatedir/ popd pushd $httpd