summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 10:06:15 +0900
committerSean Whitton2016-05-21 10:06:15 +0900
commit9c2a1ac8efed3ec3b8ef7b9aa776f6d72a7c3330 (patch)
tree8e552422fa51ba23c60c825b5785fb08961e2ee9 /src/Propellor/Property/Sbuild.hs
parent71f54f79a044e5231d06c2b2d92ba579922d4f79 (diff)
fix chroot suffix
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index bc9511e8..3168ffed 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -117,7 +117,7 @@ built s@(SbuildSchroot suite arch) mirror =
de <- liftIO standardPathEnv
let params = Param <$>
[ "--arch=" ++ arch
- , "--chroot-suffix=propellor"
+ , "--chroot-suffix=-propellor"
, "--include=eatmydata,ccache"
, suite
, schrootRoot s