Browse Source

Adjust copying of libbotnetcomm.so in build script

Copy libbotnetcomm.so into the more specific Botnet directory
instead of just ID2TLib.
dustin.born 6 years ago
parent
commit
85b6be0436
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -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