mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ci: Use sudo to run meson install
Newer meson versions no longer use polkit for automatic priviledge
elevation.
Commit d353f2d367 adjusted to that change by running `meson install`
through sudo, but left out the install-meson-project helper script.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2897>
This commit is contained in:
parent
7823216524
commit
bdbad8ca85
1 changed files with 1 additions and 1 deletions
|
|
@ -78,5 +78,5 @@ git clone --depth 1 "$REPO_URL" -b "$COMMIT" "$CHECKOUT_DIR"
|
||||||
pushd "$CHECKOUT_DIR/$SUBDIR"
|
pushd "$CHECKOUT_DIR/$SUBDIR"
|
||||||
sh -c "$PREPARE"
|
sh -c "$PREPARE"
|
||||||
meson setup --prefix=/usr _build "${MESON_OPTIONS[@]}"
|
meson setup --prefix=/usr _build "${MESON_OPTIONS[@]}"
|
||||||
meson install -C _build
|
sudo meson install -C _build
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue