Skip to content
Snippets Groups Projects
Unverified Commit 2fe2fff9 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

pkg/pkg.mk: Do not sign when applying patches

Disable signing every applied patches for user that have gpgsign by default.
parent 593dac90
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ else ...@@ -19,7 +19,7 @@ else
git-download: $(PKG_BUILDDIR)/.git-downloaded git-download: $(PKG_BUILDDIR)/.git-downloaded
endif endif
GITAMFLAGS = --ignore-whitespace GITAMFLAGS = --no-gpg-sign --ignore-whitespace
ifneq (,$(wildcard $(PKG_DIR)/patches)) ifneq (,$(wildcard $(PKG_DIR)/patches))
$(PKG_BUILDDIR)/.git-patched: $(PKG_BUILDDIR)/.git-downloaded $(PKG_DIR)/Makefile $(PKG_DIR)/patches/*.patch $(PKG_BUILDDIR)/.git-patched: $(PKG_BUILDDIR)/.git-downloaded $(PKG_DIR)/Makefile $(PKG_DIR)/patches/*.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment