haxe/haxe.sh

Tue, 29 Mar 2011 19:46:35 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 29 Mar 2011 19:46:35 +0200
changeset 333
4ecfc2416fd8
permissions
-rw-r--r--

Correct and introduce slightly needed logic, leading to better reliability:
Update bash(1) patch logic, correct several buildconf make location
errors, correct failed bash(1) configure invocation, enable perl(1) to
build with unpathed make(1), patch rpm(1) to correctly link with
internal libdb(3), and lastly unsuscessfully try to reorganize rpm patch
hunks.

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

mercurial