realpath not installed by default, at least not on Trusty.

This commit is contained in:
Igor Pecovnik 2016-04-16 21:12:24 +02:00
parent f7d0cfb04b
commit 76bc57a5d6

View File

@ -38,7 +38,7 @@ LIB_TAG="" # empty for latest version,
#--------------------------------------------------------------------------------------------------------------------------------
# source is where compile.sh is located
SRC=$(dirname $(realpath $0))
SRC=$(pwd)
# destination
DEST=$SRC/output
# sources for compilation