diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110331/003815.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110331/003815.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110331/003815.html b/zarb-ml/mageia-dev/20110331/003815.html new file mode 100644 index 000000000..46256dfae --- /dev/null +++ b/zarb-ml/mageia-dev/20110331/003815.html @@ -0,0 +1,87 @@ +<!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=%3CAANLkTin%2BVMgYU48CbF9m%2BYyHe23O8rHT4GPtBhta-MCo%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="003808.html"> + <LINK REL="Next" HREF="003809.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [779] Fix tarball</H1> + <B>Dexter Morgan</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B779%5D%20Fix%20tarball&In-Reply-To=%3CAANLkTin%2BVMgYU48CbF9m%2BYyHe23O8rHT4GPtBhta-MCo%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [779] Fix tarball">dmorganec at gmail.com + </A><BR> + <I>Thu Mar 31 13:52:26 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003808.html">[Mageia-dev] [779] Fix tarball +</A></li> + <LI>Next message: <A HREF="003809.html">[Mageia-dev] [RPM] cauldron core/release mageia-theme-1.5.0.5-1.mga1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3815">[ date ]</a> + <a href="thread.html#3815">[ thread ]</a> + <a href="subject.html#3815">[ subject ]</a> + <a href="author.html#3815">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, Mar 31, 2011 at 12:21 PM, Thierry Vignaud +<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>> wrote: +><i> 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>>><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> +</I>><i> (...) +</I>><i> +</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>><i> +</I>><i> simpler & faster (no need to write down big tarball on disk): +</I>><i>     tar cfa $(NAME).tar.xz $(NAME)-$(VERSION) +</I>><i> +</I>><i> I also suggest removing the "v" option as it's useless printed garbage +</I>><i> +</I> +thanks a lot, i used you suggestion. +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003808.html">[Mageia-dev] [779] Fix tarball +</A></li> + <LI>Next message: <A HREF="003809.html">[Mageia-dev] [RPM] cauldron core/release mageia-theme-1.5.0.5-1.mga1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3815">[ date ]</a> + <a href="thread.html#3815">[ thread ]</a> + <a href="subject.html#3815">[ subject ]</a> + <a href="author.html#3815">[ 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> |