FIX make rock installer able to be called from anywhere
This commit is contained in:
parent
117b60828c
commit
8a57f5f315
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
luarocks --tree=lib install lyaml
|
this_dir="$(dirname "$0")"
|
||||||
|
|
||||||
|
luarocks --tree="$this_dir/lib" install lyaml
|
||||||
|
|
Loading…
Reference in New Issue