mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
Ports/glib: Add back a missing DESTDIR
Otherwise, glib will try installing to the host.
This commit is contained in:
parent
333429fa47
commit
1b135f9127
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ build() {
|
|||
}
|
||||
|
||||
install() {
|
||||
export DESTDIR="${SERENITY_INSTALL_ROOT}"
|
||||
run meson install -C _build
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue