From 2743a22ef30aff197b866b9e3547ac429920f6d9 Mon Sep 17 00:00:00 2001 From: nion Date: Sat, 25 Jun 2005 13:55:03 +0000 Subject: [PATCH] Nico Golde: - fixed permissions of update-config.pl after install (thanks mika for reporting) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@318 e385b8ad-14ed-0310-8656-cc95a2468c6d --- contrib/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 9f79a09..9e7eee7 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -43,6 +43,7 @@ install: for f in $(SAMPLES) ; do \ $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir)/samples ; \ done + chmod 755 $(DESTDIR)$(docdir)/samples/update-config.pl for f in $(srcdir)/iconv/*.rc ; do \ $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir)/samples/iconv ; \ done -- 2.20.1