xbps-src: export XBPS_WRAPPERDIR for cross builds (could be used for native too).

This commit is contained in:
Juan RP 2014-09-28 08:02:12 +02:00
parent f7146ea652
commit 62e0fb53be

View file

@ -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"
}