summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)