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
parent 333429fa47
commit 1b135f9127

View file

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