summarylogtreecommitdiffstats
path: root/compile.sh
blob: 4a1e6b6ccf684a99eb5061118128f626130478b2 (plain)
1
2
3
4
5
6
7
#!/bin/sh
rm -rf src/
[[ -f "config.def.h" ]] && rm config.def.h
[[ "$(hostname)" == "uh-x200s" ]] && cp config.def.h.x200s config.def.h
[[ "$(hostname)" == "uh-lin" ]] && cp config.def.h.work config.def.h
updpkgsums
makepkg -fi --noconfirm