diff options
author | Tasos Latsas <tlatsas@users.sourceforge.net> | 2009-05-29 23:42:57 +0300 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-06-01 01:14:51 +0100 |
commit | b4aa4d42ec8c4e9fd770e199d0dc231fed7614b3 (patch) | |
tree | c58410d763807bd87fd984f7a89665b3bd7b2c97 /iwd | |
parent | f28ad8ac9b19cd1fcb5e300c70fca36ce3cf95b5 (diff) | |
download | gemrb-gameinstallers-b4aa4d42ec8c4e9fd770e199d0dc231fed7614b3.tar.bz2 gemrb-gameinstallers-b4aa4d42ec8c4e9fd770e199d0dc231fed7614b3.zip |
icewind dale extra install script
Diffstat (limited to 'iwd')
-rwxr-xr-x | iwd/install-2cd-uk-extra.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/iwd/install-2cd-uk-extra.sh b/iwd/install-2cd-uk-extra.sh index cb8fda3..4c2ca8e 100755 --- a/iwd/install-2cd-uk-extra.sh +++ b/iwd/install-2cd-uk-extra.sh @@ -22,5 +22,10 @@ source "$scriptdir/includes/cd-includes.sh" parseargs "$@" -CD2_MD5="" +CD2="2356e87971437f78bce8164b1dc066fa" +getcd 2 $CD2 AUTORUN.DAT + +copylower "$CDMOUNT/CD2/DATA/" "$TARGETDIR"/data || die + +setperms "$TARGETDIR" |