[vlc-devel] commit: Fix make install cache generation ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jan 27 18:25:23 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan 27 19:24:30 2010 +0200| [0e9b69fd2f136d1b24daab414a1c3fc3b65a428f] | committer: Rémi Denis-Courmont 

Fix make install cache generation

libvlc*.so are not yet configured, so we can't use the installed
vlc-cache-gen just yet.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e9b69fd2f136d1b24daab414a1c3fc3b65a428f
---

 modules/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/Makefile.am b/modules/Makefile.am
index bb5cf0f..5b4aec4 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -71,7 +71,7 @@ stamp-cache:
 
 install-exec-hook:
 	if test -z "$(DESTDIR)"; then \
-		cd "$(vlclibdir)" && ./vlc-cache-gen . ; \
+		../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)" ; \
 	else \
 		echo "Staged installation: cache generation skipped!" ; \
 	fi




More information about the vlc-devel mailing list