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