FIX make rock installer able to be called from anywhere

This commit is contained in:
Nathan Dwarshuis 2022-07-31 22:57:42 -04:00
parent 117b60828c
commit 8a57f5f315
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
luarocks --tree=lib install lyaml
this_dir="$(dirname "$0")"
luarocks --tree="$this_dir/lib" install lyaml