From 992b22bb200899b6ad3979e469844f488d14a348 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 2 Aug 2013 12:50:05 +0200 Subject: [PATCH] fix extension --- misc/tools/all/xonotic.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 1fcce870..641928bd 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -8,9 +8,9 @@ case "$cmd" in msg "Usage: ./all compile-map mapname1 mapname2 mapname3" msg "For example: ./all compile-map dance xoylent" fi - if ! [ -f "netradiant/install/q3map2.x86" ] ; then + if ! [ -f "netradiant/install/q3map2" ] ; then msg "q3map2 needed! Building netradiant..." - make -C netradiant install/q3map2.x86 + make -C netradiant install/q3map2 fi for mapfile in "$@"; do mapfile="data/xonotic-maps.pk3dir/maps/$mapfile.map" -- 2.39.2