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

ChangeLog
libltdl/Makefile.am

index 133c492b557657cdea0a01abe598b2352a645750..b51c6e7723fe4d087b84400565c62e797a0265fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
+
+       * libltdl/Makefile.am (local-install-files): Have root own of
+       installed files (but do not fail, for user installs).
+
 2005-07-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/defs (make): Undo bogus change I did, and also 
index 30f61a694b701dad24be6f88f34eea05a98207d1..23ea87bd5dd7abf7ae9165f6e6cf9c88bce57ce7 100644 (file)
@@ -47,3 +47,5 @@ local-install-files: $(ltdldatafiles)
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
        ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
          | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
+       chown -R root $(DESTDIR)$(ltdldatadir) && \
+       chgrp -R root $(DESTDIR)$(ltdldatadir) || :