From 338e4f8b76f8adce21dc3a7b5db98ca73a283072 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 26 Mar 2006 21:17:14 +0000 Subject: [PATCH] Discard return value from ldconfig, it might not work on non-root installs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17965 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libdha/Makefile b/libdha/Makefile index f40e512d5e..3e6725e457 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -87,17 +87,17 @@ install: rm -f $(LIBDIR)/libdha.so ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME) ifeq ($(TARGET_OS),OpenBSD) - ldconfig -R + -ldconfig -R else - ldconfig + -ldconfig endif uninstall: rm -f $(LIBDIR)/libdha.so $(LIBDIR)/$(SHORTNAME) $(LIBDIR)/$(LIBNAME) ifeq ($(TARGET_OS),OpenBSD) - ldconfig -R + -ldconfig -R else - ldconfig + -ldconfig endif #