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