Do not unconditionally create a `help-old' folder during installation.

This commit is contained in:
Nathan Phillip Brink 2012-02-28 06:51:57 +00:00 committed by JD Horelick
parent e131a2ed68
commit 7c41dea640
1 changed files with 0 additions and 3 deletions

View 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