archivers/gcab: disable call to git
Reported by: VVD <vvd@unislabs.com>
This commit is contained in:
parent
611078fa1c
commit
072b80918f
1 changed files with 11 additions and 0 deletions
11
archivers/gcab/files/patch-meson.build
Normal file
11
archivers/gcab/files/patch-meson.build
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- meson.build.orig 2022-10-15 12:50:55 UTC
|
||||
+++ meson.build
|
||||
@@ -7,7 +7,7 @@ git = find_program('git', required: false)
|
||||
|
||||
git_version = []
|
||||
git = find_program('git', required: false)
|
||||
-if git.found()
|
||||
+if git.found() and false
|
||||
git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
|
||||
endif
|
||||
|
Loading…
Reference in a new issue