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