diff options
author | Nick White <git@njw.me.uk> | 2009-06-23 11:51:19 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-06-23 11:51:19 +0100 |
commit | dad2f8163435c5b1804147ff37c54799c2c38a14 (patch) | |
tree | 9ee7774abef2a1a9f86f1a3a82c58beae04104dc /pst | |
parent | feab7fb5d02efade47bf804f45448e53f951c67b (diff) | |
download | gemrb-gameinstallers-dad2f8163435c5b1804147ff37c54799c2c38a14.tar.bz2 gemrb-gameinstallers-dad2f8163435c5b1804147ff37c54799c2c38a14.zip |
Sanitise copying further
Diffstat (limited to 'pst')
-rwxr-xr-x | pst/install-patch-official.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pst/install-patch-official.sh b/pst/install-patch-official.sh index b053e37..3cac6a1 100755 --- a/pst/install-patch-official.sh +++ b/pst/install-patch-official.sh @@ -38,7 +38,7 @@ getpatch $patch_url cabextract -L "${TMPDIR}/${patch_name}" -d "$TMPDIR" || diesoftly unshield -L x "${TMPDIR}/data1.cab" -d "$TMPDIR" || diesoftly -cp -R "${TMPDIR}/program_executable_files/"* "$TARGETDIR" || diesoftly +copylower "${TMPDIR}/program_executable_files/" "$TARGETDIR" || diesoftly cleanuptmp setperms "$TARGETDIR" |