Re: [proaudio] [1089] fix mixxx prefix & install_root

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


subversion@xxxxxxxxxxxxx wrote:



thx for fixing my introduced $D bug :)

According to the README we also need to pass the whole $myconf to the install target.
Don't know if this is really necessary.

Greetz FB


<snip README>
  $ scons prefix=/usr djconsole=1

To install Mixxx after compilation, run:

  $ scons prefix=/usr djconsole=1 install
<snip README>


Modified: trunk/overlays/proaudio/media-sound/mixxx/mixxx-1.6.0_beta1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/mixxx/mixxx-1.6.0_beta1.ebuild	2008-01-04 18:05:08 UTC (rev 1088)
+++ trunk/overlays/proaudio/media-sound/mixxx/mixxx-1.6.0_beta1.ebuild	2008-01-04 20:48:26 UTC (rev 1089)
@@ -85,7 +85,7 @@
 	! use hifieq; myconf="${myconf} hifieq=$?"
 	! use exbpm; myconf="${myconf} experimentalbpm=$?"
 	! use exrecord; myconf="${myconf} experimentalrecord=$?"
-	myconf="${myconf} prefix=${D}/usr"
+	myconf="${myconf} prefix=/usr"
mkdir -p "${D}/usr"
 	einfo "selected options: ${myconf}"
@@ -95,6 +95,6 @@
src_install() {
 	mkdir -p "${D}/usr"
-	scons ${myconf} install || die
+	scons prefix="/usr" install_root="${D}/usr" install || die
 	dodoc README Mixxx-Manual.pdf
 }

<snip>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/