From 86ec4be6fc51584752900befcf3b71410f13720d Mon Sep 17 00:00:00 2001 From: mrbesen Date: Fri, 21 Feb 2020 10:27:46 +0100 Subject: [PATCH] changed ln --- runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runall.sh b/runall.sh index 84fde50..0c8a61b 100755 --- a/runall.sh +++ b/runall.sh @@ -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