diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/012628.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/012628.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/012628.html b/zarb-ml/mageia-dev/2012-March/012628.html new file mode 100644 index 000000000..3cf407ccd --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/012628.html @@ -0,0 +1,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> |