Skip to content

Commit

Permalink
improve debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabriel committed Jun 25, 2024
1 parent aa0d400 commit d4eb5b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/arch/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ chown -R build:build /build
echo "Setting permissions for everyone"
chmod -R 777 /build

echo "Build package"
su build -c "makepkg"
echo "Switching to build user"
su build

echo "Building package"
makepkg

0 comments on commit d4eb5b6

Please sign in to comment.