From feb2cd603ba1ae6e7dc04e17463c87777f882363 Mon Sep 17 00:00:00 2001 From: Tasos Latsas Date: Thu, 18 Jun 2009 15:50:48 +0300 Subject: pass unshield options before extract command --- bg2/install-4cd-minimal-us.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bg2') diff --git a/bg2/install-4cd-minimal-us.sh b/bg2/install-4cd-minimal-us.sh index 864b010..42eda0c 100755 --- a/bg2/install-4cd-minimal-us.sh +++ b/bg2/install-4cd-minimal-us.sh @@ -33,7 +33,7 @@ mkdir -p "${TARGETDIR}/portraits" || die cp "${CDMOUNT}/baldur.ico" "$TARGETDIR" || die -unshield -L x "${CDMOUNT}/data1.cab" -d "$TARGETDIR" || die +unshield -d "$TARGETDIR" -L x "${CDMOUNT}/data1.cab" || die rm -r "${TARGETDIR}/_"* # remove all the the fake directories. -- cgit v1.2.3