diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 09:42:49 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 09:42:49 +0900 |
| commit | 04b11368f75c05f56f2ec5469c22e88f55ddf276 (patch) | |
| tree | 6c5ab4aa17e3772021a14dfcac5931c494e3a364 /src/Propellor | |
| parent | 79acb87c2c52d6ad071ad30bd2afb82fc4a2635a (diff) | |
sbuild-createchroot needs the suite, whoops
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 1 |
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 ] |
