propellor spin
This commit is contained in:
parent
208c8181a9
commit
bb1bc1ddc6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue