From: Peter Breitenlohner Date: Fri, 8 Jul 2005 15:57:50 +0000 (+0000) Subject: * libltdl/Makefile.am (local-install-files): Have root own of X-Git-Tag: release-1-5-20~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17262be89206a6fdf9d763132a137b2f374bae97;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (local-install-files): Have root own of installed files (but do not fail, for user installs). --- diff --git a/ChangeLog b/ChangeLog index 133c492b5..b51c6e772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-08 Peter Breitenlohner + + * libltdl/Makefile.am (local-install-files): Have root own of + installed files (but do not fail, for user installs). + 2005-07-08 Ralf Wildenhues * tests/defs (make): Undo bogus change I did, and also diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 30f61a694..23ea87bd5 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -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) || :