Wrong path in compile_dep.sh
There is a fixed path pointing to the wrong directory in scripts/compile_dep.sh
:
-DCMAKE_INSTALL_PREFIX=**/home/vef/gekkofs_deps/install**
# build capstone for syscall-intercept
if check_dependency "capstone" "${DEP_CONFIG[@]}"; then
echo "############################################################ Installing: capstone"
CURR=${SOURCE}/capstone
prepare_build_dir "${CURR}"
cd "${CURR}"/build
$CMAKE -DCMAKE_INSTALL_PREFIX=/home/vef/gekkofs_deps/install -DCMAKE_BUILD_TYPE:STRING=Release ..
make -j"${CORES}" install
fi