diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-06-12 10:55:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-06-12 10:55:00 -0400 |
| commit | d1164739fb1844dd9a5c4e57c76ce1cd2dbddebc (patch) | |
| tree | 781c4133132251559bf7a647fd821f395f332e57 /src/Propellor/Bootstrap.hs | |
| parent | 70f318e44d12500c62dd1ad1164fbf7fd9ca8726 (diff) | |
| parent | dca1c56e612757c4bb306fb45675337dc52eb201 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 04f23f85..eba291c4 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -100,10 +100,9 @@ checkDepsCommand bs sys = go (getBuilder bs) -- -- When bootstrapping Robustly, first try to install the builder, -- and all haskell libraries that propellor uses from OS packages. --- Some packages may not be available in some versions of Debian --- (eg, Debian wheezy lacks async), or propellor may need a newer version. --- So, as a second step, any other dependencies are installed from source --- using the builder. +-- Some packages may not be available in some versions of the OS, +-- or propellor may need a newer version. So, as a second step, +-- ny other dependencies are installed from source using the builder. -- -- Note: May succeed and leave some deps not installed. depsCommand :: Bootstrapper -> Maybe System -> ShellCommand |
