mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +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
Notes:
sideshowbarker
2024-07-17 10:20:54 +09:00
Author: https://github.com/timschumi
Commit: 1b135f9127
Pull-request: https://github.com/SerenityOS/serenity/pull/14241
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
export DESTDIR="${SERENITY_INSTALL_ROOT}"
|
||||||
run meson install -C _build
|
run meson install -C _build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue