Ralf Wildenhues wrote:
The fix is to find FOOPKG-x.y.z -exec chmod u+rwx \{\} \; && rm -rf FOOPKG-x.y.z
Hi Ralf, *The* fix would be: make clobber That would be more an automake issue than gnulib, but it has irritated me on more than one occasion. A bit easier: chmod -R u+w FOOPKG-*.*.* && rm -rf FOOPKG-*.*.* Either way, we are talking next-to-hieroglyphics for a typed command line. :( Cheers - Bruce