diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-12 19:19:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-12 19:19:45 -0400 |
| commit | eaca662dc1b31d7daf3eaa417aa10319e73da8f2 (patch) | |
| tree | 4e3f980ece950f543918799842ef6323e430a995 /src/Propellor/Bootstrap.hs | |
| parent | 64cdb0d1801856e31799d0573afc65f56e487438 (diff) | |
Make sure that make is installed when bootstrapping propellor.
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 1 |
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 |
