]> 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:55:35 +0000 (15:55 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 8 Jul 2005 15:55:35 +0000 (15:55 +0000)
files (but do not fail, for user installs).

ChangeLog
Makefile.am

index 4360b1a8507f29b1635495657498cef2fe75b779..99947dce5a4bef36ff1652bcdc046967ef7a3975 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 20e1869097a2a2d3377eecfd12210a306818fa7d..b32e6d88357f0169b8035076cc596d7210880cb7 100644 (file)
@@ -236,6 +236,8 @@ install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
        ( cd $(srcdir)/libltdl && $(AMTAR) chf - $(ltdldatafiles); ) \
          | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
+       chown -R root $(DESTDIR)$(ltdldatadir) && \
+       chgrp -R root $(DESTDIR)$(ltdldatadir) || :
 
 install-data-hook:
        chmod +x $(DESTDIR)$(pkgdatadir)/config.guess