diff --git a/build b/build index 1bb9f48..f334e24 100755 --- a/build +++ b/build @@ -6,12 +6,11 @@ export LC_ALL=en_US.UTF-8 export PKG_URL=$1 # Upgrade -pacman -Suy --noconfirm +sudo pacman -Suy --noconfirm # Workdir -chown builder:builder /buildroot cd /buildroot # Build the damn thing -sudo -u builder git clone "$PKG_URL" . -sudo -u builder makepkg -s --noconfirm -L +git clone "$PKG_URL" . +makepkg -s --noconfirm -L