Explorar o código

Adjust copying of libbotnetcomm.so in build script

Copy libbotnetcomm.so into the more specific Botnet directory
instead of just ID2TLib.
dustin.born %!s(int64=6) %!d(string=hai) anos
pai
achega
85b6be0436
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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