Skip to content

Commit

Permalink
archivers/gcab: disable call to git
Browse files Browse the repository at this point in the history
Reported by:	VVD <vvd@unislabs.com>
  • Loading branch information
tcberner committed Oct 15, 2022
1 parent 611078f commit 072b809
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions archivers/gcab/files/patch-meson.build
@@ -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

0 comments on commit 072b809

Please sign in to comment.