propellor spin

This commit is contained in:
Joey Hess 2014-04-13 18:29:57 -04:00
parent f392bd6390
commit b345271f0b
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ installedBackport ps = withOS desc $ \o -> case o of
Nothing -> error "cannot install backports; os not declared"
(Just (System (Debian suite) _))
| isStable suite ->
ensureProperty $ installed' ["-t", backportSuite, "-y"] ps
ensureProperty $ runApt $
["install", "-t", backportSuite, "-y"] ++ ps
_ -> error $ "backports not supported on " ++ show o
where
desc = (unwords $ "apt installed backport":ps)