]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix depsdir name
authorRudolf Polzer <divverent@xonotic.org>
Fri, 13 Sep 2013 10:42:55 +0000 (12:42 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 13 Sep 2013 10:42:55 +0000 (12:42 +0200)
misc/tools/all/release.subr

index c96f573ae68b413316cba2ecf89cf897071a0fe5..d29dba3863392b944cd663b1f8059564771bd80e 100644 (file)
@@ -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