On Fri, Jul 08, 2005 at 06:27:51PM +0100, Gary V. Vaughan wrote:
> Hallo Ralf,
>
> Sorry for the late review:
>
> On 8 Jul 2005, at 16:57, Ralf Wildenhues wrote:
> >2005-07-08 Peter Breitenlohner <[EMAIL PROTECTED]>
> >
> >* Makefile.am (install-data-local): Have root own of installed
> >
Hallo Ralf,
Sorry for the late review:
On 8 Jul 2005, at 16:57, Ralf Wildenhues wrote:
2005-07-08 Peter Breitenlohner <[EMAIL PROTECTED]>
* Makefile.am (install-data-local): Have root own of installed
files (but do not fail, for user installs).
Index: Makefile.am
===
* Peter Breitenlohner wrote on Wed, Jul 06, 2005 at 09:34:24AM CEST:
>
> What about simply
> chown -R root $(DESTDIR)$(ltdldatadir) && \
> chgrp -R root $(DESTDIR)$(ltdldatadir) || :
> where failure of chown/chgrp is ignored? Who cares about some noise when
> `make install' is done by