summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 16:06:36 -0400
committerJoey Hess2014-04-10 16:06:36 -0400
commitbf50e7aa5dbb1556e214da082c31f045b0c489ce (patch)
treedf795c38bf0851b71f4fd66149134f86f1f97356 /Makefile
parent1ce626e90eb09b6457ba8e6ad698b8787635ab15 (diff)
propellor spin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 580e9a03..16d97e8d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ build: dist/setup-config
ln -sf dist/build/config/config propellor
deps:
- @if [ $$(whoami) = root ]; then apt-get -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-network-dev libghc-quickcheck2-dev; fi || true
- @if [ $$(whoami) = root ]; then apt-get -u install libghc-async-dev || cabal update; cabal install async; fi || true
+ @if [ $$(whoami) = root ]; then apt-get --no-install-recommends -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-network-dev libghc-quickcheck2-dev; fi || true
+ @if [ $$(whoami) = root ]; then apt-get --no-install-recommends -y install libghc-async-dev || cabal update; cabal install async; fi || true
dist/setup-config: propellor.cabal
if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi