propellor spin

This commit is contained in:
Joey Hess 2014-11-22 13:48:16 -04:00
parent 2e8bca943b
commit fdde4d91c7
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ spin target relay hst = do
updatecmd = mkcmd
[ "if [ ! -d " ++ localdir ++ " ]"
, "then (" ++ intercalate " && "
[ "if ! git --version || ! make --version; the apt-get update && apt-get --no-install-recommends --no-upgrade -y install git make; fi"
[ "if ! git --version || ! make --version; then apt-get update && apt-get --no-install-recommends --no-upgrade -y install git make; fi"
, "echo " ++ toMarked statusMarker (show NeedGitClone)
] ++ ") || echo " ++ toMarked statusMarker (show NeedPrecompiled)
, "else " ++ intercalate " && "