diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 4a2d8e58a..0fec1e311 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -66,6 +66,7 @@ tar: clean tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) $(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready) + git tag $(VERSION) # rules to build a distributable rpm |