blob: 46256dfae3b643d4891e80e9fcacbc0d66702c51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
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>
|