ports: Allow build scripts install to custom path
This will maybe allow packaging ports :)
This commit is contained in:
@@ -15,5 +15,5 @@ build() {
|
||||
}
|
||||
|
||||
install() {
|
||||
cp -v tinygb "$BANAN_SYSROOT"/usr/bin || exit 1
|
||||
cp -v tinygb "$DESTDIR/usr/bin/" || exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user