Fix: Add --allow-root to makepkg --printsrcinfo for CI container builds
This commit is contained in:
2
build-arch.sh
Executable file → Normal file
2
build-arch.sh
Executable file → Normal file
@ -56,7 +56,7 @@ EOF
|
|||||||
|
|
||||||
# Create .SRCINFO
|
# Create .SRCINFO
|
||||||
echo "Creating .SRCINFO..."
|
echo "Creating .SRCINFO..."
|
||||||
makepkg --printsrcinfo > .SRCINFO
|
makepkg --printsrcinfo --allow-root > .SRCINFO
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
echo "Building Arch package..."
|
echo "Building Arch package..."
|
||||||
|
|||||||
Reference in New Issue
Block a user