From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/20110331/003808.html | 84 +++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110331/003808.html (limited to 'zarb-ml/mageia-dev/20110331/003808.html') diff --git a/zarb-ml/mageia-dev/20110331/003808.html b/zarb-ml/mageia-dev/20110331/003808.html new file mode 100644 index 000000000..576c5380d --- /dev/null +++ b/zarb-ml/mageia-dev/20110331/003808.html @@ -0,0 +1,84 @@ + + + + [Mageia-dev] [779] Fix tarball + + + + + + + + + +

[Mageia-dev] [779] Fix tarball

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Thu Mar 31 12:21:50 CEST 2011 +

+
+ +
On 31 March 2011 12:15, <root at mageia.org> wrote:
+>
+> Revision 779 Author dmorgan Date 2011-03-31 12:15:57 +0200 (Thu, 31 Mar 2011)
+>
+> Log Message
+>
+> Fix tarball
+
+(...)
+
+> Modified: theme/mageia-theme/trunk/Makefile
+> ===================================================================
+> --- theme/mageia-theme/trunk/Makefile	2011-03-31 10:13:27 UTC (rev 778)
+> +++ theme/mageia-theme/trunk/Makefile	2011-03-31 10:15:57 UTC (rev 779)
+> @@ -80,7 +80,8 @@
+>  	mkdir $(NAME)-$(VERSION)
+>
+>  tar:
+> -	tar cvf $(NAME).tar $(NAME)-$(VERSION)
+> +	tar cvf $(NAME)-$(VERSION).tar $(NAME)-$(VERSION)
+> +	xz $(NAME)-$(VERSION).tar
+>  	rm -rf $(NAME)-$(VERSION)
+
+simpler & faster (no need to write down big tarball on disk):
+     tar cfa $(NAME).tar.xz $(NAME)-$(VERSION)
+
+I also suggest removing the "v" option as it's useless printed garbage
+
+ + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1