diff options
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 202108a4..64d4911c 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -195,6 +195,9 @@ fixConfFile s@(SbuildSchroot suite arch) = confs <- liftIO $ dirContents dir let old = concat $ filter (tempPrefix `isPrefixOf`) confs liftIO $ moveFile old new + liftIO $ moveFile + ("/etc/sbuild/chroot" </> show s ++ "-propellor") + ("/etc/sbuild/chroot" </> show s ++ "-sbuild") ensureProperty w $ File.fileProperty "replace dummy suffix" (map munge) new where |
