[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d3373e8a345491e71dd0878b511c4adad20069a7)
Eric Sandall
eric at sandall.us
Mon Jan 7 19:44:25 EST 2008
Quoting Vlad Glagolev <scm at sourcemage.org>:
> GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
>
> FUNCTIONS | 6 ++++++
> 1 files changed, 6 insertions(+)
>
> New commits:
> commit d3373e8a345491e71dd0878b511c4adad20069a7
> Author: Vlad Glagolev <stealth at sourcemage.org>
> Commit: Vlad Glagolev <stealth at sourcemage.org>
>
> FUNCTIONS: default perl-cpan build function
>
> diff --git a/FUNCTIONS b/FUNCTIONS
> index 70ea38e..c11bdb4 100755
> --- a/FUNCTIONS
> +++ b/FUNCTIONS
> @@ -411,6 +411,12 @@ function default_install_python() {
> python setup.py install ${INSTALL_ROOT:+--root "$INSTALL_ROOT/"}
> }
>
> +#-------------------------------------------------------------------------
> +## Default build for Perl spell.
> +#-------------------------------------------------------------------------
> +function default_build_perl() {
> + perl Makefile.PL $OPTS && make
> +}
>
> #---
> ## disable_pic
nitpick, `make` should be on a new line. ;)
-sandalle
--
Eric Sandall | Source Mage GNU/Linux Developer
eric at sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285
More information about the SM-Commit
mailing list