Create missing /var and /log directories in Makefile.zope3-buildout
Stefan Bund [Thu, 29 Jul 2010 12:06:05 +0000 (14:06 +0200)]
Makefile.zope3-buildout

index f354821..c0a7630 100644 (file)
@@ -38,6 +38,7 @@ bootstrap::
                echo "Generated script '$(BASEDIR)/bin/$$script'.";     \
            done                                                        \
        )
+       mkdir -p $(BASEDIR)/var $(BASEDIR)/log
 
 .gitignore::
        @$(gitignore) "/bin/"