3
0
Просмотр исходного кода

Adjust copying of libbotnetcomm.so in build script

Copy libbotnetcomm.so into the more specific Botnet directory
instead of just ID2TLib.
dustin.born 6 лет назад
Родитель
Сommit
85b6be0436
1 измененных файлов с 1 добавлено и 1 удалено
  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