src/Makefile.in: Fix merge fix typo.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 4 Dec 2018 21:29:34 +0000 (14:29 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 4 Dec 2018 21:29:34 +0000 (14:29 -0700)
src/Makefile.in

index 22c8b2668e487919c33faef8b456eb6112770284..69ee10837cb7b729dee3584b6ee34a3475b02a43 100644 (file)
@@ -604,7 +604,7 @@ install-auxdir-top:
                            $(DESTDIR)$(AUXDIR)/.; \
         else echo "$(DESTDIR)$(AUXDIR)/optiondb.scm already exists"; fi
        $(INSTALL_DATA) lib/*.com $(DESTDIR)$(AUXDIR)/.
-       @if ! test -e $(DESTDIR)$(AUXDIR)/plugins.scm ]; then \
+       @if ! test -e $(DESTDIR)$(AUXDIR)/plugins.scm; then \
            $(INSTALL_DATA) $(top_srcdir)/etc/plugins.scm \
                            $(DESTDIR)$(AUXDIR)/.; \
         else echo "$(DESTDIR)$(AUXDIR)/plugins.scm already exists"; fi