Quellcode durchsuchen

fix(yay): strip release bin

jguer vor 4 Jahren
Ursprung
Commit
2da1e154c2
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      Makefile

+ 3 - 2
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)