xbps-src: export XBPS_WRAPPERDIR for cross builds (could be used for native too).
This commit is contained in:
parent
f7146ea652
commit
62e0fb53be
|
@ -394,4 +394,6 @@ setup_pkg() {
|
|||
msg_red "$pkgver: cannot be built, it's currently broken; exiting...\n"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
export XBPS_WRAPPERDIR="${wrksrc}/.xbps/bin"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue