Fix makepkg BUILDDIR: use current dir instead of root-owned cache
This commit is contained in:
parent
64a084a998
commit
c948396a1e
@ -37,7 +37,7 @@ jobs:
|
||||
cd "$pkg"
|
||||
|
||||
# Build package as non-root user
|
||||
su builder -c "makepkg -sfd --noconfirm"
|
||||
su builder -c "BUILDDIR=. makepkg -sfd --noconfirm"
|
||||
|
||||
# Find the built package file
|
||||
PKG_FILE=$(ls -t *.pkg.tar.zst 2>/dev/null | head -1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user