summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 22:41:45 -0400
committerJoey Hess2014-03-30 22:41:45 -0400
commit8cb6befbbac272fcb364d8ca7e37a3b898996099 (patch)
tree3a5d86e06843eba41cdf694940d500d49d87af43
parent8cc18e40e41d6d89ec4c1b4fbe8144a68fa8b034 (diff)
propellor spin
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66f329e6..e7b3787e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ build: deps dist/setup-config
ln -sf dist/build/propellor/propellor
deps:
- @if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi
+ -@if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi
dist/setup-config: propellor.cabal
cabal configure