From be2066c426699d84ce2b40749df6d218ee90f81f Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:35:59 +0100 Subject: Added license notice to all files --- totsc/install-1cd-uk.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'totsc/install-1cd-uk.sh') diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh index d1d2ccb..8051557 100755 --- a/totsc/install-1cd-uk.sh +++ b/totsc/install-1cd-uk.sh @@ -1,4 +1,19 @@ #!/bin/sh +# Copyright 2009 Nick White +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# See for a copy of the GNU General +# Public License. +# # Tales of the Sword Coast 1CD version scriptdir="$(dirname $0)"/.. -- cgit v1.2.3 From b4287acf7cef82f0215de55fd937670761fdee41 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:53:19 +0100 Subject: Normalised script descriptions --- totsc/install-1cd-uk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'totsc/install-1cd-uk.sh') diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh index 8051557..09c4f74 100755 --- a/totsc/install-1cd-uk.sh +++ b/totsc/install-1cd-uk.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Tales of the Sword Coast 1CD version +# Tales of the Sword Coast (1CD version) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" -- cgit v1.2.3 From 49c5010c068bb845aa09cabdb7a94ded4823cc47 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 16 Apr 2009 12:10:24 +0100 Subject: Tiny housekeeping --- totsc/install-1cd-uk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'totsc/install-1cd-uk.sh') diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh index 09c4f74..361fdbb 100755 --- a/totsc/install-1cd-uk.sh +++ b/totsc/install-1cd-uk.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Tales of the Sword Coast (1CD version) +# Tales of the Sword Coast (1CD UK version) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" -- cgit v1.2.3 From bdd2dc3b38860dd2c061b302b112ef3f5569c597 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 16 Apr 2009 12:42:16 +0100 Subject: Small fixes to totsc installer --- totsc/install-1cd-uk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'totsc/install-1cd-uk.sh') diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh index 361fdbb..d625afc 100755 --- a/totsc/install-1cd-uk.sh +++ b/totsc/install-1cd-uk.sh @@ -33,7 +33,6 @@ unshield -L x $CDMOUNT/data1.cab -d "$TARGETDIR" || die cp $CDMOUNT/dialog.tlk "$TARGETDIR" || die mkdir -p "$TARGETDIR"/save || die -cp -R $CDMOUNT/[Ss]ave/* "$TARGETDIR"/save || die cp -R "$TARGETDIR"/minimumdata/* "$TARGETDIR" || die rm -r "$TARGETDIR"/minimumdata @@ -47,5 +46,6 @@ mkdir -p "$TARGETDIR"/movies copylower "$CDMOUNT/cd6/" "$TARGETDIR" mkdir -p "$TARGETDIR"/mpsave +cp -R $CDMOUNT/[Ss]ave/* "$TARGETDIR"/mpsave || die setperms "$TARGETDIR" -- cgit v1.2.3