diff --git a/bro-pkg.meta b/bro-pkg.meta index 19eef1a..c22dffd 100644 --- a/bro-pkg.meta +++ b/bro-pkg.meta @@ -1,8 +1,7 @@ [package] description = Packet source plugin that provides native Myricom SNF v3+v4 support. tags = packet source, plugin, myricom -depends = - bro-pkg >=1.2 +depends = bro-pkg >=1.2 plugin_dir = build/Bro_Myricom.tgz # This is here only because I screwed up 1.0 script_dir = scripts.not_used diff --git a/tests/Scripts/get-bro-env b/tests/Scripts/get-bro-env index af4f8fd..82caf67 100755 --- a/tests/Scripts/get-bro-env +++ b/tests/Scripts/get-bro-env @@ -8,7 +8,7 @@ bro=`cat ${base}/../../build/CMakeCache.txt | grep BRO_DIST | cut -d = -f 2` if [ "$1" = "brobase" ]; then echo ${bro} elif [ "$1" = "bropath" ]; then - ${bro}/build/bro-path-dev + ${bro}/build/zeek-path-dev elif [ "$1" = "bro_plugin_path" ]; then ( cd ${base}/../../build && pwd ) elif [ "$1" = "bro_seed_file" ]; then