← Back to team overview

context team mailing list archive

Re: minimals: kfreebsd-i686 (debian)

 

On Thu, Jan 28, 2010 at 14:41, Alan BRASLAU wrote:
>
> kfreebsd-i386 is the official Debian name;
> kfreebsd-amd64 is another variant (that I will need to include as well).

Hans - we need to fix mtxrun as well.

>From bash script:

case `uname -s` in
  GNU/kFreeBSD)
    case `uname -m` in
      i*86) platform="kfreebsd-i386" ;;
      amd64) platform="kfreebsd-amd64" ;;

Alan (or Taco): you need to figure out what os.name() returns on
luatex before we do that.

Mojca



Follow ups

References