xbps-src: relax check for writable hostdir.
buildbot does not like it.
This commit is contained in:
parent
4165f0b8d5
commit
818d2d59cd
1 changed files with 0 additions and 3 deletions
3
xbps-src
3
xbps-src
|
@ -503,9 +503,6 @@ fi
|
||||||
if [ -d "$XBPS_MASTERDIR" -a ! -w "$XBPS_MASTERDIR" ]; then
|
if [ -d "$XBPS_MASTERDIR" -a ! -w "$XBPS_MASTERDIR" ]; then
|
||||||
echo "ERROR: can't write to masterdir $XBPS_MASTERDIR."
|
echo "ERROR: can't write to masterdir $XBPS_MASTERDIR."
|
||||||
exit 1
|
exit 1
|
||||||
elif [ -d "$XBPS_HOSTDIR" -a ! -w "$XBPS_HOSTDIR" ]; then
|
|
||||||
echo "ERROR: can't write to hostdir: $XBPS_HOSTDIR."
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Try using chroot-git then git from the host system
|
# Try using chroot-git then git from the host system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue