ports: Allow build scripts install to custom path

This will maybe allow packaging ports :)
This commit is contained in:
2026-05-26 03:31:20 +03:00
parent c79e412215
commit bb170ba613
50 changed files with 92 additions and 82 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ build() {
}
install() {
cp -v tinygb "$BANAN_SYSROOT"/usr/bin || exit 1
cp -v tinygb "$DESTDIR/usr/bin/" || exit 1
}