Re: FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-10 Thread Albert Chin
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 > >

Re: FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-08 Thread Gary V. Vaughan
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 ===

FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-08 Thread Ralf Wildenhues
* 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