xbps-src: -f <phase> now works for configure/build/install/pkg phases.

This commit is contained in:
Juan RP 2015-09-24 15:45:47 +02:00
parent 0450668a5e
commit 08efa2cca1
6 changed files with 15 additions and 15 deletions

View file

@ -27,7 +27,7 @@ done
XBPS_PREPKG_DONE="${XBPS_STATEDIR}/${PKGNAME}_${XBPS_CROSS_BUILD}_prepkg_done"
if [ -f $XBPS_PREPKG_DONE ]; then
if [ -z "$XBPS_BUILD_FORCEMODE" -a -f $XBPS_PREPKG_DONE ]; then
exit 0
fi