diff --git a/debian/patches/dont-use-git-for-version.patch b/debian/patches/dont-use-git-for-version.patch index fdf7d4f..acaa6d3 100644 --- a/debian/patches/dont-use-git-for-version.patch +++ b/debian/patches/dont-use-git-for-version.patch @@ -10,11 +10,9 @@ Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -diff --git a/Makefile b/Makefile -index b82539a..65a4e20 100644 --- a/Makefile +++ b/Makefile -@@ -12,7 +12,7 @@ TAGS = -tags osusergo,netgo,cgosqlite,sqlite_omit_load_extension +@@ -12,7 +12,7 @@ # Prerequisites # # https://stackoverflow.com/questions/5618615/check-if-a-program-exists-from-a-makefile @@ -23,7 +21,7 @@ K := $(foreach exec,$(EXECUTABLES),\ $(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH"))) -@@ -34,8 +34,8 @@ ARMORY_REPO_URL ?= https://api.github.com/repos/sliverarmory/armory/releases +@@ -34,8 +34,8 @@ VERSION_PKG = github.com/bishopfox/sliver/client/version CLIENT_ASSETS_PKG = github.com/bishopfox/sliver/client/assets