Do not unconditionally create a `help-old' folder during installation.
This commit is contained in:
parent
d54e352b45
commit
551c903cba
1 changed files with 0 additions and 3 deletions
|
@ -129,9 +129,6 @@ install-mkdirs:
|
||||||
-@if test ! -d $(DESTDIR)$(mandir); then \
|
-@if test ! -d $(DESTDIR)$(mandir); then \
|
||||||
mkdir $(DESTDIR)$(mandir); \
|
mkdir $(DESTDIR)$(mandir); \
|
||||||
fi
|
fi
|
||||||
-@if test ! -d $(DESTDIR)$(helpdir); then \
|
|
||||||
mkdir $(DESTDIR)$(helpdir); \
|
|
||||||
fi
|
|
||||||
-@if test ! -d $(DESTDIR)$(logdir); then \
|
-@if test ! -d $(DESTDIR)$(logdir); then \
|
||||||
mkdir $(DESTDIR)$(logdir); \
|
mkdir $(DESTDIR)$(logdir); \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue