aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/version-string.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/monero/version-string.patch')
-rw-r--r--testing/monero/version-string.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/monero/version-string.patch b/testing/monero/version-string.patch
new file mode 100644
index 0000000000..98dd8a2ca4
--- /dev/null
+++ b/testing/monero/version-string.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/Version.cmake b/cmake/Version.cmake
+index 3677e80..490de2c 100644
+--- a/cmake/Version.cmake
++++ b/cmake/Version.cmake
+@@ -32,7 +32,7 @@ function (write_static_version_header hash)
+ endfunction ()
+
+ find_package(Git QUIET)
+-if ("$Format:$" STREQUAL "")
++if ("$Format:$" STREQUAL "" OR NOT EXISTS .git)
+ # We're in a tarball; use hard-coded variables.
+ write_static_version_header("release")
+ elseif (GIT_FOUND OR Git_FOUND)