diff --git a/build.sh b/build.sh index d160280..6cb9cfa 100644 --- a/build.sh +++ b/build.sh @@ -62,7 +62,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## fi cp $includeFiles $includeDirectory - ln -s $includeDirectory/why2.h /bin/include/why2.h + ln -s $includeDirectory/why2.h /usr/include/why2.h if [[ "$2" == "include" ]]; then exit