diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 10:44:34 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 10:44:34 -0400 |
| commit | e3c116ad417974f32e213b3a0ac6d580c27e4b5f (patch) | |
| tree | 5f85eb3779afe900e220931c748cbe0e31daca1d | |
| parent | ad9940bd14752b65b419ec15bd70ccb65bff58e6 (diff) | |
propellor spin
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 || true + @if [ $$(whoami) = root ]; then apt-get -y install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi || true dist/setup-config: propellor.cabal cabal configure |
