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:
parent
9e39175df5
commit
1b5766b5a1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue