mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
run make DESTDIR=$SERENITY_BUILD_DIR/Root install
|
run make install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue