From 15066a0cfaa8ff37e08631d32c030e2982582b90 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Mon, 1 Jun 2009 23:29:29 +0100
Subject: Fixed baldurdash-text patch extraction

---
 bg1/install-patch-baldurdash-text.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3