xbps-src: added -S flag to disable XBPS_PREFER_BINPKG_DEPS.
This commit is contained in:
parent
c124ec1bef
commit
8bc23145c8
3 changed files with 18 additions and 18 deletions
|
@ -153,7 +153,7 @@ install_pkg()
|
|||
#
|
||||
# Remove $wrksrc if -C not specified.
|
||||
#
|
||||
if [ -d "$wrksrc" -a "$dontrm_builddir" = "no" ]; then
|
||||
if [ -d "$wrksrc" -a -z "$KEEP_WRKSRC" ]; then
|
||||
remove_tmpl_wrksrc $wrksrc
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue