]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (install-data-local): Have root own of installed
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Fri, 8 Jul 2005 15:54:57 +0000 (15:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 8 Jul 2005 15:54:57 +0000 (15:54 +0000)
files (but do not fail, for user installs).

ChangeLog
Makefile.am

index a244630d830e3ff36f86796a7bbaff0bf8d4400b..783388660ddf25e82953c18f7e3b5aae630c59d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
+
+       * Makefile.am (install-data-local): Have root own of installed
+       files (but do not fail, for user installs).
+
 2005-07-08  Bruno Haible  <bruno@clisp.org>
 
        * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) <postinstall_cmds>
index 87396da725e977affa79218d3db288ce2ef30f40..8624cf17d8868d8c8c3b26dc48a71425a6b24aba 100644 (file)
@@ -254,6 +254,8 @@ install-data-local:
        done; \
        ( cd $(srcdir)/m4 && $(AMTAR) chf - $$aclocalfiles; ) \
          | ( umask 0 && cd $(DESTDIR)$(aclocaldir) && $(AMTAR) xf -; )
+       chown -R root $(DESTDIR)$(ltdldatadir) && \
+       chgrp -R root $(DESTDIR)$(ltdldatadir) || :
 
 install-data-hook:
        chmod +x $(DESTDIR)$(pkgdatadir)/config/config.guess