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
|
@ -79,8 +79,8 @@ remove_pkg_autodeps() {
|
|||
remove_pkg_wrksrc() {
|
||||
if [ -d "$wrksrc" ]; then
|
||||
msg_normal "$pkgver: cleaning build directory...\n"
|
||||
chmod -R +wX $wrksrc # Needed to delete Go Modules
|
||||
rm -rf $wrksrc
|
||||
chmod -R +wX "$wrksrc" # Needed to delete Go Modules
|
||||
rm -rf "$wrksrc"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue