]> granicus.if.org Git - neomutt/commitdiff
Install system muttrc from the build directory, not the source directory.
authorBrendan Cully <brendan@kublai.com>
Mon, 1 Aug 2005 18:13:04 +0000 (18:13 +0000)
committerBrendan Cully <brendan@kublai.com>
Mon, 1 Aug 2005 18:13:04 +0000 (18:13 +0000)
Makefile.am

index 31a65658a1b2739a3bd03ed9129f4d260024d193..a94f4e1b25b821663745c74058ddb2b7f1c41e15 100644 (file)
@@ -145,7 +145,7 @@ install-data-local: Muttrc
        elif [ -f $(DESTDIR)$(pkgdatadir)/../Muttrc ] ; then \
                mv $(DESTDIR)$(pkgdatadir)/../Muttrc* $(DESTDIR)$(sysconfdir) ; \
        elif [ ! -f $(DESTDIR)$(sysconfdir)/Muttrc ] ; then \
-               $(INSTALL) -m 644 $(srcdir)/Muttrc $(DESTDIR)$(sysconfdir) ; \
+               $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir) ; \
        fi
        -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \
                $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \