diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |