added missing flags to why2.h install

I forgot to add 'force' flag for symlink creation (replacing)
This commit is contained in:
Václav Šmejkal 2022-05-12 17:16:27 +02:00
parent 6cc5a06a7e
commit f61b5f0b95

View File

@ -62,7 +62,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
fi
cp $includeFiles $includeDirectory
ln -s $includeDirectory/why2.h /usr/include/why2.h
ln -sf $includeDirectory/why2.h /usr/include/why2.h
if [[ "$2" == "include" ]]; then
exit