summaryrefslogtreecommitdiff
path: root/games/springlobby/files/patch-cmake_regen__config_header.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/springlobby/files/patch-cmake_regen__config_header.sh')
-rw-r--r--games/springlobby/files/patch-cmake_regen__config_header.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/springlobby/files/patch-cmake_regen__config_header.sh b/games/springlobby/files/patch-cmake_regen__config_header.sh
new file mode 100644
index 000000000000..bb2454c7ab00
--- /dev/null
+++ b/games/springlobby/files/patch-cmake_regen__config_header.sh
@@ -0,0 +1,11 @@
+--- cmake/regen_config_header.sh.orig 2019-12-13 00:25:26 UTC
++++ cmake/regen_config_header.sh
+@@ -11,7 +11,7 @@ set -u
+ SOURCE="$1"
+ OUTPUT="$2"
+
+-REV="$(git -C "$SOURCE" describe --tags)" 2>/dev/null
++REV=
+
+ if [ -z "$REV" ]; then
+ REV="unknown"