ports: Allow build scripts install to custom path
This will maybe allow packaging ports :)
This commit is contained in:
@@ -23,5 +23,5 @@ build() {
|
||||
}
|
||||
|
||||
install() {
|
||||
cmake --install build || exit 1
|
||||
DESTDIR="$DESTDIR" cmake --install build || exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user