diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110331/003808.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110331/003808.html | 84 |
1 files changed, 84 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [779] Fix tarball + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B779%5D%20Fix%20tarball&In-Reply-To=%3CAANLkTikmrMPRAj0x4SQvCSBzk3r_zXW8Xx-VXAjhwy_g%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003807.html"> + <LINK REL="Next" HREF="003815.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [779] Fix tarball</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B779%5D%20Fix%20tarball&In-Reply-To=%3CAANLkTikmrMPRAj0x4SQvCSBzk3r_zXW8Xx-VXAjhwy_g%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [779] Fix tarball">thierry.vignaud at gmail.com + </A><BR> + <I>Thu Mar 31 12:21:50 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003807.html">[Mageia-dev] on demand installation of gstreamer codecs +</A></li> + <LI>Next message: <A HREF="003815.html">[Mageia-dev] [779] Fix tarball +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3808">[ date ]</a> + <a href="thread.html#3808">[ thread ]</a> + <a href="subject.html#3808">[ subject ]</a> + <a href="author.html#3808">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 31 March 2011 12:15, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +><i> +</I>><i> Revision 779 Author dmorgan Date 2011-03-31 12:15:57 +0200 (Thu, 31 Mar 2011) +</I>><i> +</I>><i> Log Message +</I>><i> +</I>><i> Fix tarball +</I> +(...) + +><i> Modified: theme/mageia-theme/trunk/Makefile +</I>><i> =================================================================== +</I>><i> --- theme/mageia-theme/trunk/Makefile 2011-03-31 10:13:27 UTC (rev 778) +</I>><i> +++ theme/mageia-theme/trunk/Makefile 2011-03-31 10:15:57 UTC (rev 779) +</I>><i> @@ -80,7 +80,8 @@ +</I>><i> mkdir $(NAME)-$(VERSION) +</I>><i> +</I>><i> tar: +</I>><i> - tar cvf $(NAME).tar $(NAME)-$(VERSION) +</I>><i> + tar cvf $(NAME)-$(VERSION).tar $(NAME)-$(VERSION) +</I>><i> + xz $(NAME)-$(VERSION).tar +</I>><i> rm -rf $(NAME)-$(VERSION) +</I> +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 +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003807.html">[Mageia-dev] on demand installation of gstreamer codecs +</A></li> + <LI>Next message: <A HREF="003815.html">[Mageia-dev] [779] Fix tarball +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3808">[ date ]</a> + <a href="thread.html#3808">[ thread ]</a> + <a href="subject.html#3808">[ subject ]</a> + <a href="author.html#3808">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |