From: Matthias Krüger Date: Sat, 15 Jun 2013 08:58:17 +0000 (+0200) Subject: ./all compile-map: maybe these paths have to be fixed. X-Git-Tag: xonotic-v0.8.0~124 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8987d68ab0198f8337f56c9f77e28afc2943bd5c;p=xonotic%2Fxonotic.git ./all compile-map: maybe these paths have to be fixed. --- diff --git a/misc/tools/xonotic-map-compiler_from_all b/misc/tools/xonotic-map-compiler_from_all index aa9e747d..b162506c 100755 --- a/misc/tools/xonotic-map-compiler_from_all +++ b/misc/tools/xonotic-map-compiler_from_all @@ -16,7 +16,7 @@ use File::Temp; our $Q3MAP2 = './netradiant/install/q3map2.x86'; # General flags for q3map2 (for example -threads 4) - our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*'; + our $Q3MAP2FLAGS = '-fs_forbiddenpath data/xonotic*-data*.pk3* -fs_forbiddenpath data/xonotic*-nexcompat*.pk3*'; # Default flags for the -bsp stage our $BSPFLAGS = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000';