Subject: Re: [SM-Commit] GIT changes to master games grimoire by Mathieu Lonjaret (371e5f6b590d0f23eeec46dd21afa7fb16f12afb)
Date: Wed, 10 Sep 2008 12:10:19 -0700
On Wed, 3 Sep 2008 21:45:49 +0200
Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de> wrote:
> On Wed 2008-09-03 13:31:14 -0500, Mathieu Lonjaret wrote:
>
> > -OPTS="$VS_OPTS
> > --datadir=/usr/share/games/vegastrike/data${VERSION2} $OPTS"
> > +OPTS="$VS_OPTS
> > --datadir=${INSTALL_ROOT}/usr/share/games/vegastrike/$VERSION $OPTS"
> are you certain that ${INSTALL_ROOT} is correct here? Doesn't the path
> in datadir get used at runtime?
--datadir specifies where game data should be installed to, not where
it is searched for, so the above should be correct.