xbps-src: quote wrksrc to allow whitespace
This commit is contained in:
parent
4c29e554b6
commit
6efc7dd98d
9 changed files with 31 additions and 31 deletions
2
xbps-src
2
xbps-src
|
@ -762,7 +762,7 @@ case "$XBPS_TARGET" in
|
|||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG || exit $?
|
||||
else
|
||||
remove_pkg_wrksrc $wrksrc
|
||||
remove_pkg_wrksrc
|
||||
remove_pkg_statedir
|
||||
if declare -f do_clean >/dev/null; then
|
||||
run_func do_clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue