Skip to content

Commit

Permalink
CI: Set meson prefix to /usr
Browse files Browse the repository at this point in the history
Signed-off-by: Callum Farmer <[email protected]>
  • Loading branch information
gmbr3 committed Sep 26, 2024
1 parent d548188 commit 2a3fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ elif [ "$OS" = "debian-x86_64" ] || [ "$OS" = "debian-i386" ]; then
debuild --no-lintian --preserve-envvar CI --preserve-envvar CC \
--preserve-envvar QUBES_OPTION
else
meson build
meson build --prefix=/usr
ninja -C build
fi

0 comments on commit 2a3fc6d

Please sign in to comment.