diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 10:06:15 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 10:06:15 +0900 |
| commit | 9c2a1ac8efed3ec3b8ef7b9aa776f6d72a7c3330 (patch) | |
| tree | 8e552422fa51ba23c60c825b5785fb08961e2ee9 | |
| parent | 71f54f79a044e5231d06c2b2d92ba579922d4f79 (diff) | |
fix chroot suffix
| -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 |
