mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
ensure that ldconfig is in PATH on linux *and* luajit is enabled.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user