Merge pull request #137045 from Artturin/fetchzipw

fetchzip: recursively run chmod +w on the unpackDir
This commit is contained in:
Artturi
2021-09-13 21:16:05 +03:00
committed by GitHub
+1
View File
@@ -40,6 +40,7 @@ in {
renamed="$TMPDIR/${tmpFilename}"
mv "$downloadedFile" "$renamed"
unpackFile "$renamed"
chmod -R +w "$unpackDir"
''
+ (if stripRoot then ''
if [ $(ls "$unpackDir" | wc -l) != 1 ]; then