diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 15:52:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 15:52:40 -0400 |
| commit | a5b739af6d20312d47ab75a63bc4fbfd847b65a6 (patch) | |
| tree | 7e49ff76eb5c38ea76ad06eea1a20a8c51446b52 /Makefile | |
| parent | eb90a409d5428152801339ed0da5fab9688ddef4 (diff) | |
out of band keyring transfer is not necessary, since repo is cloned securely
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 gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-base64-bytestring-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 |
