On 9/9/07, rubisher <[EMAIL PROTECTED]> wrote:
> Hello *,
>
> First of all congratulation, it's an actual pleasure to read this code: well
> structured, documented, ...
>
> For the moment I reach line 10 of Compile i.e. "Import OptionParser" and
> OptionParser start with:
>
> [ "$COLUMNS" ] || ex
Hello *,
First of all congratulation, it's an actual pleasure to read this code: well
structured, documented, ...
For the moment I reach line 10 of Compile i.e. "Import OptionParser" and
OptionParser start with:
[ "$COLUMNS" ] || export COLUMNS=80
is this statement wouldn't be better in Termi
On 9/9/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote:
> El Sun, 9 Sep 2007 14:36:17 +0200
> Aitor Pérez Iturri <[EMAIL PROTECTED]> escribió
>
> I have seen that the recipe is fixed and FetchArchive also patched.
It's probably time for a new Scripts + Compile release. I'd like to
ask committers
El Sun, 9 Sep 2007 14:36:17 +0200
Aitor Pérez Iturri <[EMAIL PROTECTED]> escribió
I have seen that the recipe is fixed and FetchArchive also patched.
Sorry fo the msg.
--
If the kids are united they will never be divided!
___
gobolinux-devel mailing l
Hi all,
I'm making the GHC-Bin recipe in order to be able to get a binary ghc
compiler, each architecture will need it's own url.
Now FetchArchive can only get url from $recipe, so you can't tell to
Compile to know the url from $archrecipe.
Should be modified FetchArchive or Compile to enable thi