summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/Makefile b/packaging/Makefile
index da3dcccb60..31b85d9c1f 100644
--- a/packaging/Makefile
+++ b/packaging/Makefile
@@ -62,9 +62,7 @@ endif
VARS = SOURCE_DIST_FILE="$(abspath $(SOURCE_DIST_FILE))" \
PACKAGES_DIR="$(abspath $(PACKAGES_DIR))" \
- SIGNING_KEY="$(SIGNING_KEY)" \
- SIGNING_USER_ID="$(SIGNING_USER_ID)" \
- SIGNING_USER_EMAIL="$(SIGNING_USER_EMAIL)"
+ SIGNING_KEY="$(SIGNING_KEY)"
packages: package-deb package-rpm package-windows package-generic-unix
@: