mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 03:22:32 +02:00
Merge pull request #15925 from Atlante45/feat/qt-5.12.3-upgrade
Use absolute path in ci script
This commit is contained in:
commit
de53b9b11d
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