From 8781ebc8144b1411e216924bd45b00e99362af04 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 6 May 1999 14:42:18 +0000 Subject: [PATCH] * Makefile.am (install-data-hook): make sure the install directory is not left world writable. Reported by Andreas Schwab --- ChangeLog | 6 ++++++ Makefile.am | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27912ece6..f4cb609e2 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: -- 2.47.3