Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (a11b2efc7fe3a96760841b2f389a551a45766b74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org, "Ismael E. Luceno" <=@fawkes.sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (a11b2efc7fe3a96760841b2f389a551a45766b74)
  • Date: Sun, 2 Dec 2007 19:14:38 +0100

> --- /dev/null
> +++ b/devel/codeblocks/BUILD
> @@ -0,0 +1,3 @@
> +./bootstrap &&
> +./configure --prefix=/usr --enable-contrib $OPTS &&
> +make
--prefix=/usr should be --prefix="$INSTALL_ROOT/usr" so users can install
this
someplace other than / too.
But, is their configure special, does it break if one passes them all the
other options we usually do (bindir mandir infodir ...)? If not, I suggest
you use the following instead:
./bootstrap &&
OPTS="--enable-contrib $OPTS" &&
default_build #runs configure with all the flags we want + OPTS; then make

If that isn't the case, just fix the root issue and check if any man/info
pages get installed to /usr/man instead of /usr/share/man ...
http://wiki.sourcemage.org/Things_Spells_Should_Not_Do?highlight=%28install%29

--
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.




Archive powered by MHonArc 2.6.24.

Top of Page