On 06 Apr 2007, at 00:49, Jean-François Mertens wrote:

>
> On 06 Apr 2007, at 00:40, Jean-François Mertens wrote:
>
>> my first guess would be to add in maxima's info file the lines
>>
>> CompileScript: <<
>> export LANG=C LC_ALL=C
>> %{default_script}
>> <<
>
> Probably safer on 1 line :
>
> CompileScript: export LANG=C LC_ALL=C ; %{default_script}

that won't do it : the default_script expands to more than 1 line ...
Thus,

either:
CompileScript: export LANG=C LC_ALL=C ; ./configure %c; make

or:

> CompileScript: <<
> #!/bin/sh -ev
> export LANG=C LC_ALL=C
> %{default_script}
> <<

sorry ..

JF
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to