extract_func.sh: don't check perms in chroot.

--HG--
extra : convert_revision : 555418e9a3c1097bcfd78c355f86b1b344d10689
This commit is contained in:
Juan RP 2008-12-17 08:40:39 +01:00
parent ef2601f4eb
commit 7e4a61c822

View File

@ -38,7 +38,7 @@ extract_distfiles()
local f=
[ -f $XBPS_EXTRACT_DONE ] && return 0
[ ! -O $XBPS_BUILDDIR ] && \
[ -z "$in_chroot" -a ! -O $XBPS_BUILDDIR ] && \
msg_error "can't extract distfile(s) (permission denied)"
#