]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- missing backslash
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 17 Oct 2004 22:50:02 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop-doc_makefile.patch -> 1.3

eggdrop-doc_makefile.patch

index d30568888694189cfbee43c3ec07ce06d58a7968..4afccc8ca924448bde480c51c334593bbf53e880 100644 (file)
@@ -14,7 +14,7 @@
                echo "Creating 'doc/settings' subdirectory."; \
                $(top_srcdir)/misc/mkinstalldirs $(DESTDIR)/doc/settings >/dev/null; \
        fi
-+      @if test ! -d $(DESTDIR)/doc/modules; then
++      @if test ! -d $(DESTDIR)/doc/modules; then \
 +              echo "Creating 'doc/modules' subdirectory."; \
 +              $(top_srcdir)/misc/mkinstalldirs $(DESTDIR)/doc/modules >/dev/null; \
 +      fi
This page took 0.034602 seconds and 4 git commands to generate.