summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-06-01 23:29:29 +0100
committerNick White <git@njw.me.uk>2009-06-01 23:39:42 +0100
commit15066a0cfaa8ff37e08631d32c030e2982582b90 (patch)
tree981db35203c13ee934f265e0483dec766284540b
parent2b5d0fe643cb7abc9a75634d576a6ea19d39ddcf (diff)
downloadgemrb-gameinstallers-15066a0cfaa8ff37e08631d32c030e2982582b90.tar.bz2
gemrb-gameinstallers-15066a0cfaa8ff37e08631d32c030e2982582b90.zip
Fixed baldurdash-text patch extraction
-rwxr-xr-xbg1/install-patch-baldurdash-text.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bg1/install-patch-baldurdash-text.sh b/bg1/install-patch-baldurdash-text.sh
index 11d7969..885bc1b 100755
--- a/bg1/install-patch-baldurdash-text.sh
+++ b/bg1/install-patch-baldurdash-text.sh
@@ -42,7 +42,7 @@ getpatch $patch_url
# unzip complains unnecessarily about skipping non-zip
# part so don't print errors or die on failure
-unzip -L "${TMPDIR}/${patch_url}.exe" -d "$TMPDIR" 2>/dev/null
+unzip -L "${TMPDIR}/${patch_name}" -d "$TMPDIR" 2>/dev/null
cp "${TMPDIR}/dialog.tlk" "${TARGETDIR}/" || diesoftly
cleanuptmp