X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=50d6bad32b33d7055d8276da46aa45f16a9dddf4;hp=2c7e37e515c4478b0422905627c56f89cb9b0329;hb=1bbedb2dcb610160fe7fd2b44bd098248bfd83a0;hpb=82c978b426a6669d432c22f0773d807e2a974747 diff --git a/Makefile.am b/Makefile.am index 2c7e37e..50d6bad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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