mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
* Makefile.am (install-data-local): Have root own of installed
files (but do not fail, for user installs).
This commit is contained in:
parent
c9a5f8f7e1
commit
d83d04b49c
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user