From: nion Date: Sat, 25 Jun 2005 13:55:03 +0000 (+0000) Subject: Nico Golde: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=2743a22ef30aff197b866b9e3547ac429920f6d9 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 --- 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