summaryrefslogtreecommitdiff
path: root/totsc/install-patch-uk.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-04-17 17:10:07 +0100
committerNick White <git@njw.me.uk>2009-04-17 17:10:07 +0100
commit3603dfcb5d12e19b75dccbc2a621adb83fd7adea (patch)
tree4db93b4e5fb98a380475b9edd5c0054a0d51302b /totsc/install-patch-uk.sh
parentc2c29265815ddfa73d77276bc2fd5a53be08e608 (diff)
downloadgemrb-gameinstallers-3603dfcb5d12e19b75dccbc2a621adb83fd7adea.tar.bz2
gemrb-gameinstallers-3603dfcb5d12e19b75dccbc2a621adb83fd7adea.zip
Move overridden die for patch to new general function: diesoftlyv0.1.1
Diffstat (limited to 'totsc/install-patch-uk.sh')
-rwxr-xr-xtotsc/install-patch-uk.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/totsc/install-patch-uk.sh b/totsc/install-patch-uk.sh
index 144ac66..09ea70c 100755
--- a/totsc/install-patch-uk.sh
+++ b/totsc/install-patch-uk.sh
@@ -28,10 +28,10 @@ setuptmp
getpatch http://downloads.bioware.com/baldursgate1/BGTalesUK5512.exe
-cabextract -L $TMPDIR/BGTalesUK5512.exe -d $TMPDIR || die
-unshield -L x $TMPDIR/data1.cab -d $TMPDIR || die
+cabextract -L $TMPDIR/BGTalesUK5512.exe -d $TMPDIR || diesoftly
+unshield -L x $TMPDIR/data1.cab -d $TMPDIR || diesoftly
-cp -R $TMPDIR/minimumdata/* "$TARGETDIR" || die
+cp -R $TMPDIR/minimumdata/* "$TARGETDIR" || diesoftly
cleanuptmp
setperms "$TARGETDIR"