]> git.rm.cloudns.org Git - xonotic/xonotic.git/commitdiff
Get DP version string from the correct repo...
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 7 Aug 2024 17:25:07 +0000 (03:25 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 7 Aug 2024 17:25:07 +0000 (03:25 +1000)
misc/tools/all/release.subr

index 16a1b9ba12f71c5bd7da98d4336fee19d3529b67..b64e0484c420b09f4b29f1371757e35445e9e685 100644 (file)
@@ -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