summaryrefslogtreecommitdiff
path: root/bg1/install-patch-intl.sh
diff options
context:
space:
mode:
authorNickDaly <myownlittlworld@hotmail.com>2009-06-06 18:01:39 -0500
committerNickDaly <myownlittlworld@hotmail.com>2009-06-06 18:01:39 -0500
commit53b5dbf87938455048f2c87661a69af77e0232bb (patch)
tree8f93ba117a5983e52d70ad11e541a61c5e8c8b46 /bg1/install-patch-intl.sh
parent06444abc5be2e72b2a52f114f942b9da9f9fc9b1 (diff)
downloadgemrb-gameinstallers-53b5dbf87938455048f2c87661a69af77e0232bb.tar.bz2
gemrb-gameinstallers-53b5dbf87938455048f2c87661a69af77e0232bb.zip
Created and integrated teardown method.
Now if only I could create a setup method...
Diffstat (limited to 'bg1/install-patch-intl.sh')
-rwxr-xr-xbg1/install-patch-intl.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bg1/install-patch-intl.sh b/bg1/install-patch-intl.sh
index 56ec960..16211d4 100755
--- a/bg1/install-patch-intl.sh
+++ b/bg1/install-patch-intl.sh
@@ -41,5 +41,4 @@ unshield -g "$LANGUAGE" -L x "${TMPDIR}/data1.cab" -d "$TMPDIR" || diesoftly
LANGUAGE="$(echo $LANGUAGE|tr A-Z a-z|tr ' ' _)" # alter formatting
cp -R "${TMPDIR}/${LANGUAGE}/"* "$TARGETDIR" || diesoftly
-cleanuptmp
-setperms "$TARGETDIR"
+teardown "$TARGETDIR"