# HG changeset patch # User nenolod # Date 1141340493 28800 # Node ID 04d803e33b533288054814b9597e00bdf9dd1a7a # Parent 4c7ee8f64d9b0cf8e8cf0488414fd4440290de5e [svn] - use /sbin/ldconfig here instead of just ldconfig. diff -r 4c7ee8f64d9b -r 04d803e33b53 Makefile.in --- a/Makefile.in Thu Mar 02 08:26:55 2006 -0800 +++ b/Makefile.in Thu Mar 02 15:01:33 2006 -0800 @@ -6,7 +6,7 @@ install-posthook: @if test `whoami` = 'root'; then \ echo "[running ldconfig to update system library cache]"; \ - ldconfig; \ + /sbin/ldconfig; \ echo "[system library cache updated]"; \ fi @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig