diff options
-rw-r--r-- | perl-install/Makefile | 1 | ||||
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/Makefile | 1 |
3 files changed, 3 insertions, 1 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 diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 5bde8cb64..b9b297929 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.57 +VERSION:=16.58 SUDO = sudo TMPDIR = /tmp 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 |