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
parent d54e352b45
commit 551c903cba

View 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