From 189b22785302d3b58d2d01da01779b9a5ec54345 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Tue, 5 Mar 2019 15:03:24 +0300 Subject: [PATCH] typo in Makefile.Linux corrected --- Makefile.Linux | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.Linux b/Makefile.Linux index db7a312..36b6a18 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -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