xbps-src: Always enable the gocache
[ci_skip]
This commit is contained in:
parent
0557336e29
commit
a4dd50388a
3 changed files with 3 additions and 4 deletions
|
@ -63,6 +63,7 @@ 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
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue