xbps-src/build.sh: always start with a clean statedir.
Let's see if this fixes buildbot...
This commit is contained in:
parent
8839eb4fb5
commit
2a959e32ee
|
@ -29,6 +29,9 @@ done
|
|||
setup_pkg "$PKGNAME" $XBPS_CROSS_BUILD
|
||||
readonly SOURCEPKG="$sourcepkg"
|
||||
|
||||
# Always start with a clean statedir
|
||||
remove_pkg_statedir
|
||||
|
||||
show_pkg_build_options
|
||||
check_pkg_arch $XBPS_CROSS_BUILD
|
||||
|
||||
|
|
Loading…
Reference in New Issue