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

Jaka Kranjc lynx at mages.ath.cx
Sun Dec 2 13:14:38 EST 2007


> --- /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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part.
Url : http://lists.ibiblio.org/pipermail/sm-commit/attachments/20071202/b162ccfb/attachment.bin 


More information about the SM-Commit mailing list