[MPlayer-cvslog] CVS: main/libdha Makefile,1.28,1.29

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Mar 26 23:17:17 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv1908/libdha

Modified Files:
	Makefile 
Log Message:
Discard return value from ldconfig, it might not work on non-root installs.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Makefile	25 Mar 2006 10:38:36 -0000	1.28
+++ Makefile	26 Mar 2006 21:17:14 -0000	1.29
@@ -87,17 +87,17 @@
 	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
 
 #




More information about the MPlayer-cvslog mailing list