From: Gary V. Vaughan Date: Thu, 6 May 1999 14:36:50 +0000 (+0000) Subject: * Makefile.am (install-data-hook): make sure the install directory X-Git-Tag: release-1-3-1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf66635f0dbd8388de24ba30cfd979734f7c7516;p=thirdparty%2Flibtool.git * Makefile.am (install-data-hook): make sure the install directory is not left world writable. Reported by Andreas Schwab --- diff --git a/ChangeLog b/ChangeLog index ea82d27f3..43a331199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-05-06 Gary V. Vaughan + + * Makefile.am (install-data-hook): make sure the install directory + is not left world writable. + Reported by Andreas Schwab + 1999-04-30 Alexandre Oliva * libtool.m4: Use ifelse instead of if. diff --git a/Makefile.am b/Makefile.am index 7b6f3f56f..0b7dc1b11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: