From 9c2a1ac8efed3ec3b8ef7b9aa776f6d72a7c3330 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 10:06:15 +0900 Subject: fix chroot suffix --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3