From: gobo72 Date: Mon, 22 Aug 2011 02:44:13 +0000 (+0000) Subject: Réglé problème avec JACK qui installait ses librairies dans /usr/lib64 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=8045c361a66f72b4dcaef6d3257a1acd0ac22adf;p=hvlinux.git Réglé problème avec JACK qui installait ses librairies dans /usr/lib64 --- diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 8dca1b4..b4aa2ef 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -176,7 +176,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Audio servers ipkg ${SPEEX} - ipkg ${JACK} "--disable-portaudio" + ipkg ${JACK} "--disable-portaudio --libdir=/usr/lib" ipkg ${ALSA_PLUGINS} # Depends on pulseaudio ipkg ${VORBIS_TOOLS}