From: Chris Koeritz Date: Tue, 9 Oct 2018 22:52:08 +0000 (-0400) Subject: final fix to perplexing name issue, i hope X-Git-Tag: 2.140.115^2~94 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=0d06488c402e60b09aaedbbe347347051942655b final fix to perplexing name issue, i hope --- diff --git a/scripts/customize/fred/scripts/games/gamesaver.sh b/scripts/customize/fred/scripts/games/gamesaver.sh index 02401f13..2beec56d 100644 --- a/scripts/customize/fred/scripts/games/gamesaver.sh +++ b/scripts/customize/fred/scripts/games/gamesaver.sh @@ -41,13 +41,7 @@ function copyem() fi } -#### make the output folders if they don't exist. -####hmmm: do we really need to do this? -###for i in skyrim fallout_new_vegas fallout_3 oblivion fallout_4 witcher_3 ; do -### if [ ! -d "$SPOOLING_OUTPUT_DIR/$i" ]; then -### mkdir -p "$SPOOLING_OUTPUT_DIR/$i" -### fi -###done +############## # now run through and copy our save files from the potentially weird locations # they reside in. @@ -64,6 +58,6 @@ copyem "oblivion" "$WINE_GAMES_DIR/Oblivion/Saves" "$SPOOLING_OUTPUT_DIR/oblivio copyem "fallout 4" "$WINE_GAMES_DIR/Fallout4/Saves" "$SPOOLING_OUTPUT_DIR/fallout_4" -copyem "witcher 3" "$WINE_GOODS_DIR/The*Witcher*3/gamesaves" "$SPOOLING_OUTPUT_DIR/witcher_3" +copyem "witcher 3" "$WINE_GOODS_DIR/The Witcher 3/gamesaves" "$SPOOLING_OUTPUT_DIR/witcher_3"