aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-03 21:11:14 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-03 21:11:14 +0000
commitf2a5634ade324017b09c6da4dcc78aa49e70e8cf (patch)
tree2691adabc13810f85b8d5aa2ebd69c0c5e574650 /Makefile
parent83301a88c79306718b7c81f242e9b3e4c36c5bb6 (diff)
downloadiurt-f2a5634ade324017b09c6da4dcc78aa49e70e8cf.tar
iurt-f2a5634ade324017b09c6da4dcc78aa49e70e8cf.tar.gz
iurt-f2a5634ade324017b09c6da4dcc78aa49e70e8cf.tar.bz2
iurt-f2a5634ade324017b09c6da4dcc78aa49e70e8cf.tar.xz
iurt-f2a5634ade324017b09c6da4dcc78aa49e70e8cf.zip
(tar) simplify after converting localcopy to svn export
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3b6b98..bc03241 100644
--- a/Makefile
+++ b/Makefile
@@ -27,13 +27,12 @@ install:
install -m755 emi ulri $(bindir)/
tar:
- tar cvf $(PACKAGE)-$(VERSION).tar --exclude=.svn --exclude=.perl_checker --exclude='*~' $(PACKAGE)-$(VERSION)
+ tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
localcopy:
rm -fr $(PACKAGE)-$(VERSION)
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
- #tar c --exclude=.svn --exclude=.perl_checker --exclude='*~' $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
localrpm: tar $(RPM)
cp -f $(NAME)-$(VERSION).tar $(RPM)/SOURCES