blob: 3cf407ccde633cb050a5a8a394ebacbb3e6aa7f5 (
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
88
89
90
91
92
93
94
95
96
97
98
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [soft-commits] [3193] Add missing backported commit
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3193%5D%20Add%20missing%20backported%20commit&In-Reply-To=%3CCA%2BCX%2Bbh%3DwOXEAwhUSzmi0ubRfj6rusDjBL4Bs8dR7cgTbW6Y%3Dw%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="012627.html">
<LINK REL="Next" HREF="012632.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [soft-commits] [3193] Add missing backported commit</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3193%5D%20Add%20missing%20backported%20commit&In-Reply-To=%3CCA%2BCX%2Bbh%3DwOXEAwhUSzmi0ubRfj6rusDjBL4Bs8dR7cgTbW6Y%3Dw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [soft-commits] [3193] Add missing backported commit">pterjan at gmail.com
</A><BR>
<I>Mon Mar 5 17:06:10 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="012627.html">[Mageia-dev] [soft-commits] [3193] Add missing backported commit
</A></li>
<LI>Next message: <A HREF="012632.html">[Mageia-dev] soundwrapper
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12628">[ date ]</a>
<a href="thread.html#12628">[ thread ]</a>
<a href="subject.html#12628">[ subject ]</a>
<a href="author.html#12628">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, Mar 5, 2012 at 16:03, Thierry Vignaud <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>> wrote:
><i> On 5 March 2012 16:35,  <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
</I>>><i> +2011-04-16 Funda Wang <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">fwang at mandriva.org</A>> 0.31.5
</I>>><i> +    * remove empty dirs for perl modules
</I>>><i> +
</I>>><i>  2010-11-22 Funda Wang <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">fwang at mandriva.org</A>> 0.31.4
</I>>><i>       * xz 5.0 do not support '--text' option now.
</I>>><i>
</I>>><i>
</I>>><i> Modified: rpm/spec-helper/trunk/clean_perl
</I>>><i> ===================================================================
</I>>><i> --- rpm/spec-helper/trunk/clean_perl  2012-03-05 15:16:42 UTC (rev 3192)
</I>>><i> +++ rpm/spec-helper/trunk/clean_perl  2012-03-05 15:35:37 UTC (rev 3193)
</I>>><i> @@ -16,3 +16,5 @@
</I>>><i>       rm -f $i
</I>>><i>      fi
</I>>><i>  done
</I>>><i> +
</I>>><i> +find $d -depth -type d -exec rmdir {} 2>/dev/null \;
</I>><i>
</I>><i> uh? no -empty ?
</I>
it will work as rmdir will complain and errors are hidden, but yes
this is ugly :)
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="012627.html">[Mageia-dev] [soft-commits] [3193] Add missing backported commit
</A></li>
<LI>Next message: <A HREF="012632.html">[Mageia-dev] soundwrapper
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12628">[ date ]</a>
<a href="thread.html#12628">[ thread ]</a>
<a href="subject.html#12628">[ subject ]</a>
<a href="author.html#12628">[ 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>
|