Parcourir la source

Adjust copying of libbotnetcomm.so in build script

Copy libbotnetcomm.so into the more specific Botnet directory
instead of just ID2TLib.
dustin.born il y a 6 ans
Parent
commit
85b6be0436
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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