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
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ done
|
||||||
setup_pkg "$PKGNAME" $XBPS_CROSS_BUILD
|
setup_pkg "$PKGNAME" $XBPS_CROSS_BUILD
|
||||||
readonly SOURCEPKG="$sourcepkg"
|
readonly SOURCEPKG="$sourcepkg"
|
||||||
|
|
||||||
|
# Always start with a clean statedir
|
||||||
|
remove_pkg_statedir
|
||||||
|
|
||||||
show_pkg_build_options
|
show_pkg_build_options
|
||||||
check_pkg_arch $XBPS_CROSS_BUILD
|
check_pkg_arch $XBPS_CROSS_BUILD
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue