diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-01 15:03:16 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-01 15:03:16 +0000 |
commit | ac293d17c79baed5b8380b2ad3ed739bde5a96e0 (patch) | |
tree | 4fc7551c7df955c6de09cf88c1613e0ea9539ae9 /Makefile | |
parent | d1f47d66bf1f26514803324000b360477222442e (diff) | |
download | config-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |