ports: Allow build scripts install to custom path
This will maybe allow packaging ports :)
This commit is contained in:
@@ -9,5 +9,6 @@ configure() {
|
||||
}
|
||||
|
||||
install() {
|
||||
cp src/nyancat "$BANAN_SYSROOT/usr/bin/"
|
||||
mkdir -p "$DESTDIR/usr/bin"
|
||||
cp src/nyancat "$DESTDIR/usr/bin/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user