Copy libbotnetcomm.so into the more specific Botnet directory instead of just ID2TLib.
@@ -25,7 +25,7 @@ fi
if [ $? -eq 0 ]; then
cp libpcapreader.so ../../../code/ID2TLib/
- cp libbotnetcomm.so ../../../code/ID2TLib/
+ cp libbotnetcomm.so ../../../code/ID2TLib/Botnet
else
echo "Error: 'make' did not finish successfully."
exit