summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile2
-rw-r--r--perl-install/install/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index ced9a8a3b..0fe946485 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -68,7 +68,7 @@ tar: clean
$(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready)
tag:
- git tag $(VERSION)
+ git tag -a $(VERSION) -m "$(VERSION)"
# rules to build a distributable rpm
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile
index aea57f78d..273cd934b 100644
--- a/perl-install/install/Makefile
+++ b/perl-install/install/Makefile
@@ -28,7 +28,7 @@ tar:
$(info $(PRODUCT)-$(VERSION).tar.xz is ready)
tag:
- git tag $(VERSION)
+ git tag -a $(VERSION) -m "$(VERSION)"
install:
$(MAKE) full_stage2