Commit ca3138c0 authored by Marco Mariani's avatar Marco Mariani

p7zip: writable directories in target

parent ba9fe038
......@@ -10,3 +10,5 @@ configure-command = true
strip-top-level-dir = True
pre-build =
sed -i "s#DEST_HOME=.*#DEST_HOME=${:location}#g" "${:location}__compile__/makefile" "${:location}__compile__/install.sh"
# directories cannot be read-only, or buildout won't be able to uninstall this component.
sed -i "s#-type d -exec chmod 555#-type d -exec chmod 755#g" "${:location}__compile__/install.sh"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment