From 44aecdc535ef4d6d66d682ede5069f4c675adf28 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Wed, 9 Feb 2011 14:20:44 +0000 Subject: Fix tarball name by adding the date of the creation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 839053f..59d2516 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PACKAGE = mageia-kde4-config PKGVERSION = $(VERSION) VERSION = 1 - +DATE = `date +%m%d%Y` .PHONY: all $(DIRS) clean clean: @@ -17,5 +17,5 @@ localcopy: clean localdist: tar tar: localcopy - tar cfa $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) + tar cfa $(PACKAGE)-$(PKGVERSION).$(DATE).tar.lzma $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) -- cgit v1.2.1