From ff563b1afb6b188f7c4bcc987020cc5b569401e7 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 16 Apr 2003 20:12:09 +0000 Subject: [PATCH] Only ldconfig if we're not using an INSTALLROOT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f73efcc..b6237ef 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 - ldconfig + [ -z '$(INSTALLROOT)' ] && ldconfig install-all: install install-all -- 2.7.4