From 818d2d59cd4d0b832dd07698117e57f6d913e8df Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Jul 2019 20:30:18 +0200 Subject: [PATCH] xbps-src: relax check for writable hostdir. buildbot does not like it. --- xbps-src | 3 --- 1 file changed, 3 deletions(-) diff --git a/xbps-src b/xbps-src index c7c41f47193..8e07058893e 100755 --- a/xbps-src +++ b/xbps-src @@ -503,9 +503,6 @@ fi if [ -d "$XBPS_MASTERDIR" -a ! -w "$XBPS_MASTERDIR" ]; then echo "ERROR: can't write to masterdir $XBPS_MASTERDIR." exit 1 -elif [ -d "$XBPS_HOSTDIR" -a ! -w "$XBPS_HOSTDIR" ]; then - echo "ERROR: can't write to hostdir: $XBPS_HOSTDIR." - exit 1 fi # Try using chroot-git then git from the host system