From eaca662dc1b31d7daf3eaa417aa10319e73da8f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Aug 2015 19:19:45 -0400 Subject: Make sure that make is installed when bootstrapping propellor. --- src/Propellor/Bootstrap.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3