allows untar to a samba share
This commit is contained in:
parent
d5588442de
commit
e35af2991c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user