This commit is contained in:
parent
1c69c6efa6
commit
25128f3bdd
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
set -x
|
||||
sudo mkdir /var/log/makepkg/
|
||||
sudo chown builder /var/log/makepkg/
|
||||
chmod -R 777 /var/log/makepkg/
|
||||
mkdir /tmp/arch-workdir/
|
||||
|
||||
echo "PKGDEST=/repo/
|
||||
LOGDEST=/var/log/makepkg/" >~/.makepkg.conf
|
||||
|
||||
sudo pacman -Sy
|
||||
|
||||
mkdir /tmp/arch-workdir/
|
||||
cd /tmp/arch-workdir
|
||||
|
||||
git clone https://git.askiiart.net/askiiart/mnt-and-sway
|
||||
cd ./mnt-and-sway/
|
||||
makepkg -s -c -C --noconfirm --noprogressbar
|
||||
|
|
Loading…
Reference in a new issue