permission hack

This commit is contained in:
Gregor Lohaus
2026-05-28 22:11:01 +02:00
parent 6e1aff6200
commit d14fa5c1cb

View File

@@ -155,6 +155,7 @@
'' ''
mkdir -p "$out" mkdir -p "$out"
cp -a ${finalAttrs.baseMitmCache}/. "$out/" cp -a ${finalAttrs.baseMitmCache}/. "$out/"
chmod -R u+w "$out"
substratePath="$out/https/plugins.gradle.org/m2/com/gluonhq/substrate/0.0.68/substrate-0.0.68.jar" substratePath="$out/https/plugins.gradle.org/m2/com/gluonhq/substrate/0.0.68/substrate-0.0.68.jar"
if [ ! -e "$substratePath" ]; then if [ ! -e "$substratePath" ]; then