From 0af806c7cfc53ae336672d150e20e15354af27ce Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 10 Aug 2014 22:34:51 +0200 Subject: [PATCH] fixup DarkUmbra --- ChangeLog | 1 + script.d/darkumbrasmb.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c82657d..ebef2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ v5.2.0: adventure) - add support for SMN?DU DarkUmbra SMB Anniversary Edition - add support for SMN?ZA Newer Apocalypse +- add exit code 81 (hack does not support supplied game version) v5.1.0: - remove MKWIIMM_GAME_LANG from patchimage.rc (sets the language diff --git a/script.d/darkumbrasmb.sh b/script.d/darkumbrasmb.sh index 4558547..e18ad08 100644 --- a/script.d/darkumbrasmb.sh +++ b/script.d/darkumbrasmb.sh @@ -45,7 +45,7 @@ detect_game_version () { place_files () { - cp -r "${RIIVOLUTION_DIR}"/dusmbae/ ${WORKDIR}/files/ + cp -r "${RIIVOLUTION_DIR}"/dusmbae/files/ ${WORKDIR}/ }