[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: libtool-1.5.18 -- installed files owned by non-root user
From: |
Gary V. Vaughan |
Subject: |
Re: FYI: libtool-1.5.18 -- installed files owned by non-root user |
Date: |
Fri, 8 Jul 2005 18:27:51 +0100 |
Hallo Ralf,
Sorry for the late review:
On 8 Jul 2005, at 16:57, Ralf Wildenhues wrote:
2005-07-08 Peter Breitenlohner <address@hidden>
* Makefile.am (install-data-local): Have root own of installed
files (but do not fail, for user installs).
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.153
diff -u -r1.153 Makefile.am
--- Makefile.am 2 May 2005 09:20:24 -0000 1.153
+++ Makefile.am 8 Jul 2005 15:54:01 -0000
@@ -254,6 +254,8 @@
done; \
( cd $(srcdir)/m4 && $(AMTAR) chf - $$aclocalfiles; ) \
| ( umask 0 && cd $(DESTDIR)$(aclocaldir) && $(AMTAR) xf -; )
+ chown -R root $(DESTDIR)$(ltdldatadir) && \
+ chgrp -R root $(DESTDIR)$(ltdldatadir) || :
What about:
-chown -R root $(DESTDIR)$(ltdldatadir) 2>/dev/null
-chgrp -R root $(DESTDIR)$(ltdldatadir) 2>/dev/null
Cheers,
Gary.
--
Gary V. Vaughan ())_. gary@
{lilith.warpmail.net,gnu.org},address@hidden
Research Scientist ( '/ http://www.tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/{libtool,m4}
Technical Author `(_~)_ http://sources.redhat.com/autobook
PGP.sig
Description: This is a digitally signed message part
- Re: libtool-1.5.18 -- installed files owned by non-root user, Peter Breitenlohner, 2005/07/01
- Re: libtool-1.5.18 -- installed files owned by non-root user, Ralf Wildenhues, 2005/07/01
- Re: libtool-1.5.18 -- installed files owned by non-root user, Peter Breitenlohner, 2005/07/01
- Re: libtool-1.5.18 -- installed files owned by non-root user, Ralf Wildenhues, 2005/07/05
- Re: libtool-1.5.18 -- installed files owned by non-root user, Peter Breitenlohner, 2005/07/06
- Re: libtool-1.5.18 -- installed files owned by non-root user, Ralf Wildenhues, 2005/07/06
- FYI: libtool-1.5.18 -- installed files owned by non-root user, Ralf Wildenhues, 2005/07/08
- Re: FYI: libtool-1.5.18 -- installed files owned by non-root user,
Gary V. Vaughan <=
- Re: FYI: libtool-1.5.18 -- installed files owned by non-root user, Ralf Wildenhues, 2005/07/09
- Re: FYI: libtool-1.5.18 -- installed files owned by non-root user, Gary V. Vaughan, 2005/07/09