aur/dftd4-build.patch
2020-01-10 13:40:35 +01:00

13 lines
575 B
Diff

diff --git a/meson.build b/meson.build
index ea1685c..2f0479b 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('dftd4', 'fortran',
conf = configuration_data()
conf.set('version', meson.project_version())
-conf.set('commit', run_command(find_program('git'),'show','-s','--format=%h').stdout().strip())
+conf.set('commit', 'aur')
conf.set('date', run_command(find_program('date'),'-I').stdout().strip())
conf.set('author', run_command(find_program('whoami')).stdout().strip())
conf.set('origin', run_command(find_program('hostname')).stdout().strip())