mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
Ports/libzip: Remove DESTDIR
from make install
CMake already picks up the install location. Passing `DESTDIR` resulted in installing to `$DESTDIR/$DESTDIR/Root`.
This commit is contained in:
parent
62baf25f0b
commit
94c380de58
Notes:
sideshowbarker
2024-07-17 11:39:33 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/94c380de58 Pull-request: https://github.com/SerenityOS/serenity/pull/13758
@ -13,5 +13,5 @@ configure() {
|
||||
}
|
||||
|
||||
install() {
|
||||
run make DESTDIR=$SERENITY_BUILD_DIR/Root install
|
||||
run make install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user