Subject: Re: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (4c547259a0f5e2d510e161dc367cd6afd35eba99)
Date: Wed, 10 Oct 2007 12:39:07 +0200
On Wednesday 10 of October 2007 12:16:22 Martin Spitzbarth wrote:
> --- a/audio-creation/audacity/BUILD
> +++ b/audio-creation/audacity/BUILD
> @@ -8,11 +8,13 @@ fi &&
>
> OPTS="$AUDACITY_LADSPA $AUDACITY_PORTMIXER $AUDACITY_PORTAUDIO $OPTS" &&
>
> -./configure --prefix=/usr \
> - --sysconfdir=/etc \
> - --localstatedir=/var \
> - --with-lib-preference=system \
> - $OPTS &&
> +./configure --prefix=${INSTALL_ROOT}/usr \
> + --sysconfdir=${INSTALL_ROOT}/etc \
> + --localstatedir=${INSTALL_ROOT}/var \
> + --mandir=${INSTALL_ROOT}/usr/share/man \
> + --infodir=${INSTALL_ROOT}/usr/share/info \
> + --with-lib-preference=system \
> + $OPTS &&
>
> make_single &&
> make &&
Just a note. In such cases it is best to just use default_build and add any
other options to OPTS (like it is already done in this case). That way also
the other flags from default_build take effect and BUILD is simplified.
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org
Attachment:
signature.asc Description: This is a digitally signed message part.