diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-02 23:40:37 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-02 23:40:37 -0400 |
| commit | 167609746d22951477abd6490b34480205c659af (patch) | |
| tree | 693121d88711a111db54ce54630577951c2499af | |
| parent | b3e07972ab31966c306348938b42051c35837759 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 7d5e965a..d3c5044a 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -109,7 +109,7 @@ buildDep ps = robustly go buildDepIn :: FilePath -> Property buildDepIn dir = go `requires` installedMin ["devscripts", "equivs"] where - go = cmdProperty' "sh" ["-c", "cd '" ++ dir ++ "' && mk-build-deps debian/control --install --remove"] + go = cmdProperty' "sh" ["-c", "cd '" ++ dir ++ "' && mk-build-deps debian/control --install --tool 'apt-get -y --no-install-recommends' --remove"] noninteractiveEnv -- | Package installation may fail becuse the archive has changed. |
