From: Rudolf Polzer Date: Fri, 6 Aug 2010 12:11:45 +0000 (+0200) Subject: fix the rebranding script option to specify the userdir name X-Git-Tag: xonotic-v0.1.0preview~323^2~3 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=b417eac15b49142927d460bf5cc9b604aa1fe55d fix the rebranding script option to specify the userdir name --- diff --git a/misc/tools/rebrand-darkplaces-engine.sh b/misc/tools/rebrand-darkplaces-engine.sh index 7ba4603a..3a987185 100755 --- a/misc/tools/rebrand-darkplaces-engine.sh +++ b/misc/tools/rebrand-darkplaces-engine.sh @@ -13,7 +13,7 @@ icon_xpm=darkplaces.xpm . "$1"; shift -flags="$flags -customgamename \"$name\" -customgamedirname1 \"$dirname1\" -customgamedirname2 \"$dirname2\" -customgamescreenshotname \"$screenshotname\" -customuserdirname \"$userdirname\"" +flags="$flags -customgamename \"$name\" -customgamedirname1 \"$dirname1\" -customgamedirname2 \"$dirname2\" -customgamescreenshotname \"$screenshotname\" -customgameuserdirname \"$userdirname\"" echo "$flags" > darkplaces.opt for EXECUTABLE in "$@"; do