From: Rudolf Polzer Date: Fri, 13 Sep 2013 10:42:55 +0000 (+0200) Subject: fix depsdir name X-Git-Tag: xonotic-v0.8.0~73 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=6d9747f9a7abdee2df4adcbe6a57238adcbc4465 fix depsdir name --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index c96f573a..d29dba38 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -258,8 +258,8 @@ case "$cmd" in darkplaces_maketargets=$5 darkplaces_files=$6 host=xonotic-build-$suffix - 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/Darkplaces.build."$suffix" "$darkplaces_maketargets" "$makeflags" "Xonotic/source/darkplaces" "$d0/misc/builddeps/dp.$suffix" "$darkplaces_files" + verbose "$SELF" release-compile-run "$host" /tmp/gmqcc.build."$suffix" "$gmqcc_maketargets" "$makeflags" "Xonotic/source/gmqcc" "$d0/misc/builddeps/$suffix" "$gmqcc_files" + verbose "$SELF" release-compile-run "$host" /tmp/Darkplaces.build."$suffix" "$darkplaces_maketargets" "$makeflags" "Xonotic/source/darkplaces" "$d0/misc/builddeps/$suffix" "$darkplaces_files" ;; release-engine-win32) release_common