Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (e93bc8f266d356fb2a7ff9ce61350280677eebe1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (e93bc8f266d356fb2a7ff9ce61350280677eebe1)
  • Date: Wed, 22 Aug 2007 09:44:38 +0200

am Wed 2007-08-22 01:04:07 -0500 schrieb Andraž Levstik:
> GIT changes to master games grimoire by Andraž Levstik
> <ruskie AT mages.ath.cx>:
>
> games-simulation/vegastrike/BUILD | 7 +------
> games-simulation/vegastrike/CONFIGURE | 9 +++++----
> games-simulation/vegastrike/DETAILS | 10 +++++-----
> games-simulation/vegastrike/HISTORY | 5 +++++
> games-simulation/vegastrike/INSTALL | 34
> ++++++++++++++++++----------------
> games-simulation/vegastrike/PRE_BUILD | 22 +++++++++++-----------
> 6 files changed, 45 insertions(+), 42 deletions(-)
>
> New commits:
> commit e93bc8f266d356fb2a7ff9ce61350280677eebe1
> Author: Andraž Levstik <ruskie AT mages.ath.cx>
> Commit: Andraž Levstik <ruskie AT mages.ath.cx>
>
> vegastrike: other minor cleanups
>
> diff --git a/games-simulation/vegastrike/BUILD
> b/games-simulation/vegastrike/BUILD
> index a311f5d..57cf8a3 100755
> --- a/games-simulation/vegastrike/BUILD
> +++ b/games-simulation/vegastrike/BUILD
> @@ -8,11 +8,6 @@ OPTS="--enable-release --disable-debug $OPTS"
> else
> OPTS="--disable-release --enable-debug $OPTS"
> fi
> -if [[ $VEGASTRIKE_STENCILBUFFER == "y" ]]; then
> -OPTS="--enable-stencil-buffer $OPTS"
> -else
> -OPTS="--disable-stencil-buffer $OPTS"
> -fi
> -OPTS="--datadir=/usr/share/games/vegastrike/data$VEGASTRIKE_DATAVERSION
> $OPTS"
> +OPTS="$VS_OPTS
> --datadir=${INSTALL_ROOT}/usr/share/games/vegastrike/data$VERSION2 $OPTS"
I don't think this is the right place to be using $INSTALL_ROOT. If I
understand it correctly this path is supposed to be used only at
runtime---at which time you are already inside $INSTALL_ROOT.

regards
Florian

Attachment: pgpRWilmEa33C.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page