This commit is contained in:
parent
4bf2016dfa
commit
17f83588a5
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue