xbps-src: -f <phase> now works for configure/build/install/pkg phases.
This commit is contained in:
parent
0450668a5e
commit
08efa2cca1
6 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue