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