Skip to content

Commit

Permalink
install in ~/.local
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Feb 24, 2024
1 parent ae4b7b8 commit 8d7f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-scripts/ci-build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rm -rf "rizin-*"
cd "$CI_JSDEC"

# build jsdec and install in the rizin dir.
meson --buildtype=release -Dstandalone=false build
meson --buildtype=release -Dstandalone=false --prefix=~/.local build
sudo ninja -v -C build install

# check if it was installed correctly and try to run it.
Expand Down

0 comments on commit 8d7f25d

Please sign in to comment.