pkg(lua-5.4.2): Add PWD before specifying the path
This commit is contained in:
parent
7f07024129
commit
3c60ae7503
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Put 'export' statements here for environment variables
|
# Put 'export' statements here for environment variables
|
||||||
export PATH="lua-5.4.2/src:$PATH"
|
export PATH="$PWD/lua-5.4.2/src:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue