summarylogtreecommitdiffstats
path: root/execute-makepkg.sh
blob: 7ad5de45ec1ee1bb08f64cf56c01d98fd56231fc (plain)
1
2
3
4
5
6
#!/bin/bash

mkdir /home/bb/build
ln -s /home/bb/aur/PKGBUILD /home/bb/build/PKGBUILD
cd /home/bb/build
makepkg -si --noconfirm