X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=50d6bad32b33d7055d8276da46aa45f16a9dddf4;hp=60bff95f29636dbc9ce0eab88b942d65e0390e7d;hb=1bbedb2dcb610160fe7fd2b44bd098248bfd83a0;hpb=fd9992da39f78bd5e4ae5bbd8c003cd2ecc8fe75 diff --git a/Makefile.am b/Makefile.am index 60bff95..50d6bad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ IMAP_SUBDIR = imap IMAP_INCLUDES = -I$(top_srcdir)/imap endif -SUBDIRS = m4 po intl doc contrib test $(IMAP_SUBDIR) +SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) bin_SCRIPTS = muttngbug fleang @@ -150,7 +150,7 @@ install-data-local: Muttngrc elif [ ! -f $(DESTDIR)$(sysconfdir)/Muttngrc ] ; then \ $(INSTALL) -m 644 $(srcdir)/Muttngrc $(DESTDIR)$(sysconfdir) ; \ fi - -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \ + -if [ ! -f $(DESTDIR)$(sysconfdir)/muttng-mime.types ]; then \ $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/muttng-mime.types; \ fi