haxe/haxe.sh

Mon, 20 Apr 2009 12:49:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 20 Apr 2009 12:49:50 +0200
changeset 177
ba548e351342
permissions
-rw-r--r--

Correct flawed packaging logic describing nonexistent source file.

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

mercurial