1
0
Fork 0

ci: Sync install-meson-project.sh with its gnome-shell version

This is not strictly needed as the copy in mutter is always run as
root, but make sense to sync both just for consistency.

See bdbad8ca85

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3883>
This commit is contained in:
Martin Abente Lahaye 2024-07-13 12:48:14 -04:00
parent 9e39175df5
commit 1b5766b5a1

View file

@ -96,8 +96,8 @@ meson setup --prefix=/usr _build "${MESON_OPTIONS[@]}"
# Install it to an additional directory e.g., system extension directory
if [ -n "${DESTDIR}" ]; then
meson install -C _build --destdir=$DESTDIR
sudo meson install -C _build --destdir=$DESTDIR
fi
meson install -C _build
sudo meson install -C _build
popd