diff options
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
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 |
