]> jfr.im git - irc/charybdis-ircd/charybdis.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)
committerNathan Phillip Brink <redacted>
Tue, 28 Feb 2012 06:51:57 +0000 (06:51 +0000)
Makefile.in

index fe82ffef14825396d0a1da8d4a36eca939b18c96..80cab41291ac7ab4e9037eed4a500692bfa331ec 100644 (file)
@@ -129,9 +129,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