X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=contrib%2FMakefile.in;h=9e7eee7767e8fbf3f54a35ec107361756fc7e1df;hb=e3fcff4c503373a3f98676405783926e387f7139;hp=d0c775a3525285b4b1c6203b1a9706b0c5b9af78;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1;p=apps%2Fmadmutt.git diff --git a/contrib/Makefile.in b/contrib/Makefile.in index d0c775a..9e7eee7 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -23,7 +23,7 @@ subdir = contrib SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ sample.muttrc sample.mailcap sample.muttrc-tlr \ colors.default colors.linux smime.rc \ - ca-bundle.crt smime_keys_test.pl + ca-bundle.crt smime_keys_test.pl grml-muttng update-config.pl DISTFILES = Makefile.in language.txt language50.txt \ patch.slang-1.2.2.keypad.1 \ @@ -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