]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope-mkzopeinstance
- changed BR Perl to Perl-base (nice work) :)
[packages/Zope.git] / Zope-mkzopeinstance
index d24d122978bb3e949d659111277e894b14c78333..7742ccbbb2b6f9159afe18b0889b3906aeaf6dc4 100644 (file)
@@ -21,9 +21,14 @@ python /usr/lib/zope/mkzopeinstance.py \
        -d "$destdir" \
        $namepass || exit $?
 
+install -d "/etc/zope/$name"
 mv "${destdir}"/etc/* "/etc/zope/$name"
 
-chown root.zope ${destdir}
-chmod 770 ${destdir}
-chown -R zope.zope ${destdir}/*
-chmod a+X  ${destdir}/*
+chmod a+x "${destdir}"/bin/*
+
+install -d "/var/log/zope/$name"
+
+chown root.zope "${destdir}" "/var/log/zope/$name"
+chmod 770 "${destdir}" "/var/log/zope/$name"
+chown -R zope.zope "${destdir}"/*
+chmod a+X  "${destdir}"/*
This page took 0.200647 seconds and 4 git commands to generate.