summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6237ef6..95211e01 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ install-lib: installer
install -m 644 -c $(INSTALL_LIB) $(INSTALLROOT)$(LIBDIR)
install -m 644 -c $(INSTALL_INC) $(INSTALLROOT)$(INCDIR)
cd $(INSTALLROOT)$(LIBDIR) && ln -sf $(LIB_SO) libsyslinux.so
- [ -z '$(INSTALLROOT)' ] && ldconfig
+ if [ -z '$(INSTALLROOT)' ]; then ldconfig; fi
install-all: install install-all