From 88b94d5a1977aca117a6a8e307bbac79fbdc44d4 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 19 Dec 2012 06:52:03 +0100 Subject: [PATCH] autobuild fix --- misc/tools/all/release.subr | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index c367ae76..26763f96 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -253,15 +253,15 @@ case "$cmd" in release_common suffix=$1 makeflags=$2 - fteqcc_maketargets=$3 - fteqcc_files=$4 - gmqcc_maketargets=$5 - gmqcc_files=$6 + gmqcc_maketargets=$3 + gmqcc_files=$4 + fteqcc_maketargets=$5 + fteqcc_files=$6 darkplaces_maketargets=$7 darkplaces_files=$8 host=xonotic-build-$suffix - verbose "$SELF" release-compile-run "$host" /tmp/fteqcc.build."$suffix" "$fteqcc_maketargets" "$makeflags" "Xonotic/source/fteqcc" "$d0/misc/builddeps/dp.$suffix" "$fteqcc_files" verbose "$SELF" release-compile-run "$host" /tmp/gmqcc.build."$suffix" "$gmqcc_maketargets" "$makeflags" "Xonotic/source/gmqcc" "$d0/misc/builddeps/dp.$suffix" "$gmqcc_files" + verbose "$SELF" release-compile-run "$host" /tmp/fteqcc.build."$suffix" "$fteqcc_maketargets" "$makeflags" "Xonotic/source/fteqcc" "$d0/misc/builddeps/dp.$suffix" "$fteqcc_files" verbose "$SELF" release-compile-run "$host" /tmp/Darkplaces.build."$suffix" "$darkplaces_maketargets" "$makeflags" "Xonotic/source/darkplaces" "$d0/misc/builddeps/dp.$suffix" "$darkplaces_files" ;; release-engine-win32) -- 2.39.2