mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Use absolute path
This commit is contained in:
parent
b93ec08f5a
commit
6ddccafa6b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -l
|
||||
LOCAL_PATH="`dirname \"$0\"`"
|
||||
LOCAL_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
prefix=${1:-""}
|
||||
declare -a packages_systemd=("assignment-client" "domain-server" "ice-server")
|
||||
cd ./build
|
||||
|
|
Loading…
Reference in a new issue