]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Do not unconditionally create a `help-old' folder during installation.
authorNathan Phillip Brink <redacted>
Tue, 28 Feb 2012 06:51:57 +0000 (06:51 +0000)
committerJD Horelick <redacted>
Thu, 1 Mar 2012 04:14:12 +0000 (23:14 -0500)
Makefile.in

index a85a707ebae95b73313f7ccbeb625dff0dcf7dff..f033a21c8dd0d6e594a13efe8295a518b7c64c00 100644 (file)
@@ -128,9 +128,6 @@ install-mkdirs:
        -@if test ! -d $(DESTDIR)$(mandir); then \
                mkdir $(DESTDIR)$(mandir); \
        fi
-       -@if test ! -d $(DESTDIR)$(helpdir); then \
-               mkdir $(DESTDIR)$(helpdir); \
-       fi
        -@if test ! -d $(DESTDIR)$(logdir); then \
                mkdir $(DESTDIR)$(logdir); \
        fi