allows untar to a samba share

This commit is contained in:
orpaltech 2017-12-01 12:39:26 +03:00 committed by GitHub
parent d5588442de
commit e35af2991c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -656,7 +656,7 @@ download_toolchain()
fi
if [[ $verified == true ]]; then
display_alert "Extracting"
tar --overwrite -xf $filename && touch $SRC/cache/toolchains/$dirname/.download-complete
tar --no-same-owner --overwrite -xf $filename && touch $SRC/cache/toolchains/$dirname/.download-complete
display_alert "Download complete" "" "info"
else
display_alert "Verification failed" "" "wrn"