mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02: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
|
#!/bin/bash -l
|
||||||
LOCAL_PATH="`dirname \"$0\"`"
|
LOCAL_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||||
prefix=${1:-""}
|
prefix=${1:-""}
|
||||||
declare -a packages_systemd=("assignment-client" "domain-server" "ice-server")
|
declare -a packages_systemd=("assignment-client" "domain-server" "ice-server")
|
||||||
cd ./build
|
cd ./build
|
||||||
|
|
Loading…
Reference in a new issue