Explorar o código

typo in Makefile.Linux corrected

z3APA3A %!s(int64=6) %!d(string=hai) anos
pai
achega
189b227853
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      Makefile.Linux

+ 2 - 4
Makefile.Linux

@@ -129,10 +129,8 @@ install-run:
 	$(INSTALL_BIN) -d $(RUNDIR)
 	$(INSTALL_BIN) -d $(RUNDIR)
 
 
 install-log:
 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
 	fi
 
 
 install: install-chroot-dir install-bin install-etc install-log install-man install-run install-init
 install: install-chroot-dir install-bin install-etc install-log install-man install-run install-init