]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (install-data-hook): make sure the install directory
authorGary V. Vaughan <gary@gnu.org>
Thu, 6 May 1999 14:36:50 +0000 (14:36 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 6 May 1999 14:36:50 +0000 (14:36 +0000)
is not left world writable.
Reported by Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

ChangeLog
Makefile.am

index ea82d27f350906a15038e9bd787a2f3f8ead5536..43a3311997825991164dcad151a6ea08a591db64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-05-06  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * Makefile.am (install-data-hook):  make sure the install directory
+       is not left world writable.
+       Reported by Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
 1999-04-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * libtool.m4: Use ifelse instead of if.
index 7b6f3f56fa7540c35bd674d7898de24f0225ab29..0b7dc1b11b171aeaf82b4cd22b63ae059d647f1a 100644 (file)
@@ -102,6 +102,7 @@ configure-subdirs distdir: $(DIST_MAKEFILE_LIST)
 # Create and install libltdl
 install-data-hook:
        cd libltdl && $(MAKE) distdir distdir=$(DESTDIR)$(pkgdatadir)/libltdl
+       chmod 755 $(DESTDIR)$(pkgdatadir)/libltdl
 
 # Uninstall libltdl
 uninstall-local: