summarylogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
authoruleenucks2016-08-12 14:28:58 +0200
committeruleenucks2016-08-12 14:28:58 +0200
commit500b204ebe4fd64a48f60ef535f40db3318ce96f (patch)
tree1cf2e314910a2380b6f750f7fde52e72e6640907 /compile.sh
parent67cf901c11905e05181a76b3bb4c46371f9bc7e7 (diff)
downloadaur-500b204ebe4fd64a48f60ef535f40db3318ce96f.tar.gz
using noconfirm in compile.sh
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 52173923dd9c..cff30c9420c6 100755
--- a/compile.sh
+++ b/compile.sh
@@ -4,4 +4,4 @@ rm -rf src/
[[ "$(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
+makepkg -fi --noconfirm