aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-07-01 15:03:16 +0000
committerJani Välimaa <wally@mageia.org>2012-07-01 15:03:16 +0000
commitac293d17c79baed5b8380b2ad3ed739bde5a96e0 (patch)
tree4fc7551c7df955c6de09cf88c1613e0ea9539ae9 /Makefile
parentd1f47d66bf1f26514803324000b360477222442e (diff)
downloadconfig-ac293d17c79baed5b8380b2ad3ed739bde5a96e0.tar
config-ac293d17c79baed5b8380b2ad3ed739bde5a96e0.tar.gz
config-ac293d17c79baed5b8380b2ad3ed739bde5a96e0.tar.bz2
config-ac293d17c79baed5b8380b2ad3ed739bde5a96e0.tar.xz
config-ac293d17c79baed5b8380b2ad3ed739bde5a96e0.zip
fix typo from previous commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb7634c..43ca543 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ tar:
tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
-tar-git
+tar-git:
@git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz;
dist: cleandist localcopy tar