From 2da1e154c296ada4cfc02c097815cd84af61b71f Mon Sep 17 00:00:00 2001 From: jguer Date: Sat, 20 Mar 2021 18:58:59 +0100 Subject: [PATCH] fix(yay): strip release bin --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b7a83daa..aa167f27 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ PKGNAME := yay PREFIX := /usr/local MAJORVERSION := 10 -MINORVERSION := 0 -PATCHVERSION := 0 +MINORVERSION := 2 +PATCHVERSION := 1 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} LOCALEDIR := po @@ -115,6 +115,7 @@ $(RELEASE_DIR): mkdir $(RELEASE_DIR) $(PACKAGE): $(BIN) $(RELEASE_DIR) ${MOFILES} + strip ${BIN} cp -t $(RELEASE_DIR) ${BIN} doc/${PKGNAME}.8 completions/* ${MOFILES} tar -czvf $(PACKAGE) $(RELEASE_DIR)