From: Nathan Phillip Brink Date: Tue, 28 Feb 2012 06:51:57 +0000 (+0000) Subject: Do not unconditionally create a `help-old' folder during installation. X-Git-Tag: shadowircd-6.3.2~5 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/7c41dea640a5781deb2ecc4d16cf51dc61459e3d Do not unconditionally create a `help-old' folder during installation. --- diff --git a/Makefile.in b/Makefile.in index a85a707..f033a21 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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