mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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
|
||||
readonly SOURCEPKG="$sourcepkg"
|
||||
|
||||
# Always start with a clean statedir
|
||||
remove_pkg_statedir
|
||||
|
||||
show_pkg_build_options
|
||||
check_pkg_arch $XBPS_CROSS_BUILD
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue