changed ln

This commit is contained in:
mrbesen 2020-02-21 10:27:46 +01:00
parent 8ea402e70b
commit 86ec4be6fc
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ "$?" -ne "0" ]; then
echo "Error"
exit 1
fi
sudo make install
# sudo make install # or create a link to this lib once with: sudo ln -s $(realpath target/libplugin.so) /usr/lib
#build and install all testplugins
make installplugins