diff options
author | Nick White <git@njw.me.uk> | 2009-04-17 17:10:07 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-17 17:10:07 +0100 |
commit | 3603dfcb5d12e19b75dccbc2a621adb83fd7adea (patch) | |
tree | 4db93b4e5fb98a380475b9edd5c0054a0d51302b /pst | |
parent | c2c29265815ddfa73d77276bc2fd5a53be08e608 (diff) | |
download | gemrb-gameinstallers-3603dfcb5d12e19b75dccbc2a621adb83fd7adea.tar.bz2 gemrb-gameinstallers-3603dfcb5d12e19b75dccbc2a621adb83fd7adea.zip |
Move overridden die for patch to new general function: diesoftlyv0.1.1
Diffstat (limited to 'pst')
-rwxr-xr-x | pst/install-patch-official.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pst/install-patch-official.sh b/pst/install-patch-official.sh index 4438bcd..5a9b200 100755 --- a/pst/install-patch-official.sh +++ b/pst/install-patch-official.sh @@ -28,10 +28,10 @@ setuptmp getpatch http://www.sorcerers.net/Games2/Torment/Trmt11.exe -cabextract -L $TMPDIR/Trmt11.exe -d $TMPDIR || die -unshield -L x $TMPDIR/data1.cab -d $TMPDIR || die +cabextract -L $TMPDIR/Trmt11.exe -d $TMPDIR || diesoftly +unshield -L x $TMPDIR/data1.cab -d $TMPDIR || diesoftly -cp -R $TMPDIR/program_executable_files/* "$TARGETDIR" || die +cp -R $TMPDIR/program_executable_files/* "$TARGETDIR" || diesoftly cleanuptmp setperms "$TARGETDIR" |