summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-14 15:01:57 -0400
committerJoey Hess2015-08-14 15:01:57 -0400
commit00dead44a10b1d28737052bf9d3f84653cb6bd12 (patch)
treea1a6bc3132f94f33f95a748b3462baf8b2b79a15 /src/Propellor/Bootstrap.hs
parent205114b108a046e23e24a8e8bafb0d8bb682185e (diff)
parenteb76708b2023f214829d979673cd5e2721ba5fc5 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 1cf921cf..6812b4ab 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -81,6 +81,7 @@ depsCommand = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) ++ "
, "libghc-mtl-dev"
, "libghc-transformers-dev"
, "libghc-exceptions-dev"
+ , "make"
]
installGitCommand :: ShellCommand