|
From: | Bruce Korb |
Subject: | Re: ensure that generated files are read-only |
Date: | Thu, 07 Sep 2006 07:40:35 -0700 |
User-agent: | Mozilla Thunderbird 1.0.7 (X11/20050923) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |