CSacek: Fixed copying of 'templates' when no Apache has been installed yet
authorshort <>
Sun, 23 Jun 2002 12:26:11 +0000 (12:26 +0000)
committershort <>
Sun, 23 Jun 2002 12:26:11 +0000 (12:26 +0000)
bin/vellumweb-build

index eb8bb5c..b4987a7 100755 (executable)
@@ -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