Add build script for Arch package to handle permissions and execute makepkg

This commit is contained in:
Sudo-Ivan
2026-01-14 08:38:21 -06:00
parent 3f71ce1777
commit 950e82b26c
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
# Fix permissions for the mounted volume
sudo chown -R build:build /home/build/project
# Navigate to the build directory
cd /home/build/project
# Run makepkg as the build user
sudo -u build makepkg -s --noconfirm