comparison Makefile.in @ 783:04d803e33b53 trunk

[svn] - use /sbin/ldconfig here instead of just ldconfig.
author nenolod
date Thu, 02 Mar 2006 15:01:33 -0800
parents 3576d1b46268
children ec9ba0ad38a8
comparison
equal deleted inserted replaced
782:4c7ee8f64d9b 783:04d803e33b53
4 SUBDIRS = Plugins libaudacious intl audacious po icons skin 4 SUBDIRS = Plugins libaudacious intl audacious po icons skin
5 5
6 install-posthook: 6 install-posthook:
7 @if test `whoami` = 'root'; then \ 7 @if test `whoami` = 'root'; then \
8 echo "[running ldconfig to update system library cache]"; \ 8 echo "[running ldconfig to update system library cache]"; \
9 ldconfig; \ 9 /sbin/ldconfig; \
10 echo "[system library cache updated]"; \ 10 echo "[system library cache updated]"; \
11 fi 11 fi
12 @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig 12 @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig
13 @mkdir -p $(DESTDIR)/$(mandir)/man1 13 @mkdir -p $(DESTDIR)/$(mandir)/man1
14 @mkdir -p $(DESTDIR)/$(datadir)/applications 14 @mkdir -p $(DESTDIR)/$(datadir)/applications