Skip to content

Commit

Permalink
rz-libyara.sh: Use mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Nov 24, 2024
1 parent 10e0e23 commit 52130bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rz-libyara.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ meson --buildtype=release --pkg-config-path="$INSTALL_PREFIX/lib/pkgconfig" --pr
ninja -C build install

cd cutter-plugin
mkdir build && cd build
mkdir -p build && cd build
cmake -G Ninja -DRIZIN_INSTALL_PLUGDIR="../build" -DCMAKE_INSTALL_PREFIX="$INSTALL_PREFIX" $EXTRA_CMAKE_OPTS ..
ninja
ninja install

0 comments on commit 52130bd

Please sign in to comment.