fixed why2.h installation

whoops I typed wrong path
This commit is contained in:
Václav Šmejkal 2022-05-12 17:11:41 +02:00
parent 92642ad504
commit bc5fabb681

View File

@ -62,7 +62,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
fi fi
cp $includeFiles $includeDirectory 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 if [[ "$2" == "include" ]]; then
exit exit