]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope-mkzopeinstance
- massive attack: added missing python-devel epoch do BR
[packages/Zope.git] / Zope-mkzopeinstance
index 7742ccbbb2b6f9159afe18b0889b3906aeaf6dc4..0a90fccea02ad7a1c41bb76959bb8c1d9af7a716 100644 (file)
@@ -16,7 +16,7 @@ else
 fi
 
 umask 002
-python /usr/lib/zope/mkzopeinstance.py \
+python /usr/lib/zope/bin/mkzopeinstance.py \
        -s /etc/zope/skel \
        -d "$destdir" \
        $namepass || exit $?
@@ -28,7 +28,7 @@ chmod a+x "${destdir}"/bin/*
 
 install -d "/var/log/zope/$name"
 
-chown root.zope "${destdir}" "/var/log/zope/$name"
+chown zope.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.058625 seconds and 4 git commands to generate.