[vlc-devel] commit: contrib: Actually use the real prefix during iconv copy. (Pierre d' Herbemont )

git version control git at videolan.org
Fri Dec 18 08:21:44 CET 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Dec 18 08:20:13 2009 +0100| [398ba377732a8cbdc550332e265534bace7a44d9] | committer: Pierre d'Herbemont 

contrib: Actually use the real prefix during iconv copy.

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index ee4721e..167d8f6 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -434,7 +434,7 @@ libiconv-snowleopard: libiconv-snowleopard.tar.bz2
 ifdef HAVE_DARWIN_OS
 ifdef HAVE_DARWIN_10
 .iconv: libiconv-snowleopard
-	(cd libiconv-snowleopard && cp libiconv.* ../../hosts/$(BUILD)/lib/)
+	(cd libiconv-snowleopard && cp libiconv.* $(PREFIX)/lib/)
 	touch $@
 else
 .iconv:




More information about the vlc-devel mailing list