From e97a0e5fc687753a1b4e5c3c325f3b4994de57aa Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 22:13:12 +0900 Subject: fix paths to schroot profiles --- src/Propellor/Property/Sbuild.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 2fa46216..fe22c038 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -272,8 +272,8 @@ piupartsConf s u = go File.basedOn (dir "fstab") (orig "fstab", filter (/= aptCacheLine)) - orig = "/etc/schroot/chroot.d/sbuild" - dir = "/etc/schroot/chroot.d/piuparts" + orig = "/etc/schroot/sbuild" + dir = "/etc/schroot/piuparts" sec = show s ++ "-piuparts" f = schrootPiupartsConf s munge = replace "-sbuild]" "-piuparts]" -- cgit v1.2.3