summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 09:42:49 +0900
committerSean Whitton2016-05-21 09:42:49 +0900
commit04b11368f75c05f56f2ec5469c22e88f55ddf276 (patch)
tree6c5ab4aa17e3772021a14dfcac5931c494e3a364 /src/Propellor/Property/Sbuild.hs
parent79acb87c2c52d6ad071ad30bd2afb82fc4a2635a (diff)
sbuild-createchroot needs the suite, whoops
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 21fdbfe2..1d59fbec 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -119,6 +119,7 @@ built s@(SbuildSchroot suite arch) mirror =
[ "--arch=" ++ arch
, "--chroot-suffix=propellor"
, "--include=eatmydata,ccache"
+ , suite
, schrootRoot s
, mirror
]