Mercurial > audlegacy
changeset 783:04d803e33b53 trunk
[svn] - use /sbin/ldconfig here instead of just ldconfig.
author | nenolod |
---|---|
date | Thu, 02 Mar 2006 15:01:33 -0800 |
parents | 4c7ee8f64d9b |
children | c6fd2ce0f8e8 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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