summaryrefslogtreecommitdiff
path: root/packaging/standalone/erl.diff
blob: c51bfe2213e75bc1bba3a90a428f4263768c5a38 (plain)
1
2
3
4
5
20c20,21
< ROOTDIR="%FINAL_ROOTDIR%"
---
> realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}" ; }
> ROOTDIR="$(dirname `realpath $0`)/../.."