From 2a959e32ee78f49172d6649f6aa998c8c48d82e5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Jan 2020 13:02:43 +0100 Subject: [PATCH] xbps-src/build.sh: always start with a clean statedir. Let's see if this fixes buildbot... --- common/xbps-src/libexec/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/xbps-src/libexec/build.sh b/common/xbps-src/libexec/build.sh index cba71fbaca..7e4d3a2489 100755 --- a/common/xbps-src/libexec/build.sh +++ b/common/xbps-src/libexec/build.sh @@ -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