Ports/glib: Add back a missing DESTDIR

Otherwise, glib will try installing to the host.
This commit is contained in:
Tim Schumacher 2022-06-10 14:55:10 +02:00 committed by Linus Groh
commit 1b135f9127
Notes: sideshowbarker 2024-07-17 10:20:54 +09:00

View file

@ -21,5 +21,6 @@ build() {
} }
install() { install() {
export DESTDIR="${SERENITY_INSTALL_ROOT}"
run meson install -C _build run meson install -C _build
} }