From: bones_was_here Date: Wed, 7 Aug 2024 17:25:07 +0000 (+1000) Subject: Get DP version string from the correct repo... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=773a0b8978f552be539e8873786cadd007d852b3;p=xonotic%2Fxonotic.git Get DP version string from the correct repo... --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 16a1b9ba..b64e0484 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -217,7 +217,7 @@ case "$cmd" in depsdir=$6 targetfiles=$7 schroot= - makeflags="$makeflags VCREVISION=$(git -C "$srcdir" describe --always --dirty='~' 2>/dev/null || echo FIXME)" + makeflags="$makeflags VCREVISION=$(git -C "$d0/darkplaces" describe --always --dirty='~' 2>/dev/null || echo FIXME)" set -x if [ -z "$targetfiles" ]; then exit