propellor spin

This commit is contained in:
Joey Hess 2014-10-23 13:26:51 -04:00
parent f5b5159f76
commit 2b320d2bd9
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ androidContainer dockerImage name setupgitannexdir gitannexdir = Docker.containe
[ "cd " ++ gitannexdir ++ " && ./standalone/android/buildchroot-inchroot"
]
haskellpkgsinstalled = userScriptProperty "builder"
[ "cd " ++ gitannexdir ++ " && ./install-haskell-packages"
[ "cd " ++ gitannexdir ++ " && ./standalone/android/install-haskell-packages"
]
osver = System (Debian Testing) "i386" -- once jessie is released, use: (Stable "jessie")