mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
3d67554225
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
16 lines
697 B
Diff
16 lines
697 B
Diff
--- build_files/cmake/buildinfo.cmake.orig 2016-10-05 07:43:00.458723328 +1000
|
|
+++ build_files/cmake/buildinfo.cmake 2016-10-05 09:59:34.066717033 +1000
|
|
@@ -8,9 +8,10 @@
|
|
|
|
# Extract working copy information for SOURCE_DIR into MY_XXX variables
|
|
# with a default in case anything fails, for example when using git-svn
|
|
-set(MY_WC_HASH "unknown")
|
|
-set(MY_WC_BRANCH "unknown")
|
|
-set(MY_WC_COMMIT_TIMESTAMP 0)
|
|
+# Timestamp from $(date --date='TZ="UTC" 10:41 28-Sep-16' +%s) - time & date of commit
|
|
+set(MY_WC_HASH "rB0b13b7adef0b")
|
|
+set(MY_WC_BRANCH "master")
|
|
+set(MY_WC_COMMIT_TIMESTAMP 1475059260)
|
|
|
|
# Guess if this is a git working copy and then look up the revision
|
|
if(EXISTS ${SOURCE_DIR}/.git)
|