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 dffeaa22..f884b352 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -134,7 +134,7 @@ built' cc (Props ps) suite arch = provisioned <!> deleted -- TODO we should kill any sessions still using the chroot -- before destroying it (as suggested by sbuild-destroychroot) deleted :: Property Linux - deleted = propertyList desc $ props + deleted = combineProperties desc $ props ! Chroot.provisioned schroot ! compatSymlink & File.notPresent schrootConf |
