diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 12:11:47 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 12:11:47 -0400 |
| commit | ddea49317656a7f6dd8c7cee6fe2462ffe7dfcb7 (patch) | |
| tree | 890ac459ea01313a13f7fd6c8c750542830749ae /Makefile | |
| parent | c8d653b34ce4e9cbfe53e9a48beec4536b3086a2 (diff) | |
propellor spin
Diffstat (limited to 'Makefile')
| -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 -y install gpg 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 gnupg 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 |
