From 60e7991181e6459e2a4f200072190e1cd98caa7d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 14:01:25 +0900 Subject: also move link in /etc/sbuild/chroot --- src/Propellor/Property/Sbuild.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Propellor/Property') 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 -- cgit v1.2.3