summarylogtreecommitdiffstats
path: root/compile.sh
blob: 52173923dd9c430a83ebc36e993ba3801b0a5b54 (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
makepkg -g > md5sums
makepkg -fi