mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 11:54:23 +00:00
Add build script for Arch package to handle permissions and execute makepkg
This commit is contained in:
Executable
+12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user