blob: 576c5380d9a1d4c5e2ece87deb32dd447514f81d (
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
|
<!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>
|