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