Do not unconditionally create a `help-old' folder during installation.
This commit is contained in:
parent
e131a2ed68
commit
7c41dea640
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue