X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=f878935d86726dc797e33cbbf2fca28656844d65;hb=e71eaecb9a31304fe5e096ea29660ea25c1bfa9f;hp=cd94382884dd6614cd9daa374acf982092d91ef8;hpb=e36dac301c41799d374b6d537129b2be63f05fb2;p=builder.git diff --git a/bootstrap.sh b/bootstrap.sh index cd94382..f878935 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,6 +7,8 @@ if [ -z "$LIBPATH" ]; then LIBPATH=`pwd`/.. fi +LIBPATH=`readlink -f $LIBPATH` + mkdir -p include/msp sources=source/*.cpp