typo in Makefile.Linux corrected

This commit is contained in:
z3APA3A 2019-03-05 15:03:24 +03:00
parent d89134be33
commit 189b227853

View File

@ -129,10 +129,8 @@ install-run:
$(INSTALL_BIN) -d $(RUNDIR)
install-log:
@if [ -d $(LOGBASE) ]; then \
@if [ ! -d $(LOGDIR) ]; then \
ln -s $(CHROOTDIR)/logs $(LOGDIR);\
fi
@if [ -d $(LOGBASE) ] && [ ! -d $(LOGDIR) ]; then \
ln -s $(CHROOTDIR)/logs $(LOGDIR);\
fi
install: install-chroot-dir install-bin install-etc install-log install-man install-run install-init