diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-28 11:20:45 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-28 11:20:45 -0400 |
| commit | 3c7816cac0b922205aa5331223c08105518faf9b (patch) | |
| tree | 0f04a85aef22a73095b0325c52ae704b985755ca /src | |
| parent | 8c1848b897d5b5591db50bbc2e62e4f4f4b220b9 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index bc3e874f..3dcafa35 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -118,7 +118,7 @@ androidContainer dockerImage name setupgitannexdir gitannexdir = Docker.containe & Apt.stdSourcesList Stable & User.accountFor builduser & File.dirExists gitbuilderdir - & File.ownerGroup gitbuilderdir builduser builduser + & File.ownerGroup homedir builduser builduser & buildDepsNoHaskellLibs & flagFile chrootsetup ("/chrootsetup") `requires` setupgitannexdir |
