propellor spin

This commit is contained in:
Joey Hess 2014-04-10 00:40:38 -04:00
parent 208c8181a9
commit bb1bc1ddc6
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ spin host = do
]
, "else " ++ intercalate " && "
[ "cd " ++ localdir
, "if ! test -x ./propellor; then make build; fi"
, "if ! test -x ./propellor; then make deps build; fi"
, "./propellor --boot " ++ host
]
, "fi"