[osx] Fix permissions on place-binary.sh, and fix REPOROOT
This commit is contained in:
parent
f61ae84cb8
commit
bd2414dbdf
1 changed files with 1 additions and 1 deletions
2
scripts/build/place-binary.sh
Normal file → Executable file
2
scripts/build/place-binary.sh
Normal file → Executable file
|
@ -12,7 +12,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
|
|||
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
|
||||
done
|
||||
SCRIPT_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
REPOROOT="$( cd -P "$DIR/../.." && pwd )"
|
||||
REPOROOT="$( cd -P "$SCRIPT_DIR/../.." && pwd )"
|
||||
|
||||
source "$SCRIPT_DIR/../_common.sh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue