fix perms
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
askiiart 2024-11-20 09:43:42 -06:00
parent 4bf2016dfa
commit 17f83588a5

View file

@ -5,6 +5,7 @@ prep() {
sudo mkdir /var/log/makepkg/
sudo chown builder /var/log/makepkg/
chmod -R 777 /var/log/makepkg/
echo "PKGDEST=/repo/
LOGDEST=/var/log/makepkg/" >~/.makepkg.conf
@ -16,6 +17,7 @@ Server = https://askiiart.net/repos/archlinux/$arch
SigLevel = Optional' | sudo tee -a /etc/pacman.conf
sudo pacman -Sy
mkdir /tmp/arch-workdir/
chmod -R 777 /tmp/arch-workdir/
}
build_aur_package() {