ensure that ldconfig is in PATH on linux *and* luajit is enabled.

This commit is contained in:
agentzh (章亦春)
2011-06-10 21:31:20 +08:00
parent 9415dafc3f
commit 04709aa2e6
3 changed files with 27 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
root=$(readlink -f -- "$(dirname -- "$0")/..")
#root=$(readlink -f -- "$(dirname -- "$0")/..")
root=`perl -MCwd -e'print Cwd::abs_path(shift)' $(dirname -- "$0")/..`
work=$root/work
if [ ! -d $work ]; then