Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] All Grimoire Gurus

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Ladislav Hagara <hgr AT vabo.cz>
  • Cc: Source Mage - Grimoire <sm-grimoire AT lists.ibiblio.org>
  • Subject: Re: [SM-Grimoire] All Grimoire Gurus
  • Date: Tue, 27 May 2003 18:10:28 +0200

Howdy all !!!

This is BUILD file from frozen-bubble spell. Is it fixed ?
What about "mkdir -p ${INSTALL_ROOT} /usr/games" and
"mv ${INSTALL_ROOT}/usr/bin/frozen-bubble ${INSTALL_ROOT}/usr/games" ?

It would be very nice if this all was made by sorcery automatically.
Spells should be as easy as possible.

- lace -


(

make PREFIX=${INSTALL_ROOT}/usr OPTIMIZE="$CFLAGS" &&
prepare_install &&
make install PREFIX=${INSTALL_ROOT}/usr &&
mkdir -p /usr/games &&
mv /usr/bin/frozen-bubble /usr/games

) > $C_FIFO 2>&1



> We have a bug here that applies to all sections (except those that've
> already taken care of it). This is the $INSTALL_ROOT addition to sorcery
> to enable easier creation of cross-compiles.
>
> http://bugs.sourcemage.org/show_bug.cgi?id=3331
>
> Hamish (hgg) sent a script to sm-grimoire earlier that will fix most spells.





Archive powered by MHonArc 2.6.24.

Top of Page