haxe/haxe.sh

Fri, 27 Aug 2010 15:56:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 27 Aug 2010 15:56:07 +0200
changeset 253
27f2b2f863ff
permissions
-rw-r--r--

Correct command parameters to not only build install packages,
rather creating the bootstrap shell script file as well.

     1 #!/bin/sh
     2 HAXE_LIBRARY_PATH="@l_prefix@/lib/haxe"
     3 export HAXE_LIBRARY_PATH
     4 @l_prefix@/libexec/haxe/haxe ${1+"$@"}

mercurial