diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
