diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 4d75f1c0d..127a8154b 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -25,6 +25,7 @@ tar: tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) $(info $(PRODUCT)-$(VERSION).tar.xz is ready) + git tag $(VERSION) install: $(MAKE) full_stage2 |