xbps-src: added -K flag to KEEP automatic installed deps, cleanups.
This commit is contained in:
parent
16b5107f61
commit
9b52e244c6
9 changed files with 57 additions and 42 deletions
|
@ -32,7 +32,7 @@ extract_distfiles()
|
|||
local pkg="$1" curfile cursufx f lver
|
||||
|
||||
[ -f $XBPS_EXTRACT_DONE ] && return 0
|
||||
[ -z "$in_chroot" -a ! -w $XBPS_BUILDDIR ] && \
|
||||
[ -z "$IN_CHROOT" -a ! -w $XBPS_BUILDDIR ] && \
|
||||
msg_error "can't extract distfile(s) (permission denied)\n"
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue