propellor spin

This commit is contained in:
Joey Hess 2014-04-02 23:40:37 -04:00
parent b3e07972ab
commit 167609746d
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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.