aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:04 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:04 +0000
commitf3ade15c2f92880b89767f84cd944773a7140d08 (patch)
tree5b92fb35782909289cebd00049c58a19d8ced591
parent0a9e4ae32d15768f4e6e9092d0b2a087d0d625af (diff)
downloadmgatres-f3ade15c2f92880b89767f84cd944773a7140d08.tar
mgatres-f3ade15c2f92880b89767f84cd944773a7140d08.tar.gz
mgatres-f3ade15c2f92880b89767f84cd944773a7140d08.tar.bz2
mgatres-f3ade15c2f92880b89767f84cd944773a7140d08.tar.xz
mgatres-f3ade15c2f92880b89767f84cd944773a7140d08.zip
Makefile: split long line
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8319 5b7c3c08-40e5-403b-9995-ace06908e4af
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40d8076..ecfe29e 100644
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,5 @@ install:
install -m 644 config_default $(DESTDIR)$(projectdir)/config
tar:
- git archive --format=tar --prefix $(PROJECTNAME)-$(VERSION)/ HEAD | xz > $(PROJECTNAME)-$(VERSION).tar.xz
+ git archive --format=tar --prefix $(PROJECTNAME)-$(VERSION)/ HEAD | \
+ xz > $(PROJECTNAME)-$(VERSION).tar.xz