[Mageia-dev] [soft-commits] [3193] Add missing backported commit

Thierry Vignaud thierry.vignaud at gmail.com
Mon Mar 5 17:03:14 CET 2012


On 5 March 2012 16:35,  <root at mageia.org> wrote:
> +2011-04-16 Funda Wang <fwang at mandriva.org> 0.31.5
> +    * remove empty dirs for perl modules
> +
>  2010-11-22 Funda Wang <fwang at mandriva.org> 0.31.4
>  	* xz 5.0 do not support '--text' option now.
>
>
> Modified: rpm/spec-helper/trunk/clean_perl
> ===================================================================
> --- rpm/spec-helper/trunk/clean_perl	2012-03-05 15:16:42 UTC (rev 3192)
> +++ rpm/spec-helper/trunk/clean_perl	2012-03-05 15:35:37 UTC (rev 3193)
> @@ -16,3 +16,5 @@
>  	rm -f $i
>      fi
>  done
> +
> +find $d -depth -type d -exec rmdir {} 2>/dev/null \;

uh? no -empty ?


More information about the Mageia-dev mailing list