]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Makefile.in, src/Makefile.in:
authorandy <redacted>
Sun, 26 May 2002 05:45:29 +0000 (05:45 +0000)
committerandy <redacted>
Sun, 26 May 2002 05:45:29 +0000 (05:45 +0000)
Regenerated after typo.

Makefile.in

index 73f86b1c3f3a39cba8b24f3abb2c62ff3d3e4efe..46e8cd15d66a4939adb244868f59b7abf96b4814 100644 (file)
@@ -352,7 +352,7 @@ install-data-local:
        @if test -f $(sysconfdir)/bopm.conf ; then \
                echo "$@ will not overwrite existing $(sysconfdir)/bopm.conf"; \
        else \
-               $(mkinstalldirs) $(sysconfdir) \
+               $(mkinstalldirs) $(sysconfdir); \
                echo "$(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf"; \
                $(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf; \
        fi