summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 22:13:12 +0900
committerSean Whitton2016-05-21 22:13:12 +0900
commite97a0e5fc687753a1b4e5c3c325f3b4994de57aa (patch)
tree7036ffec02b31094a853d41c134ddb0fe20e41d9 /src/Propellor/Property/Sbuild.hs
parentefeb73055e557a9fe594323a54d6c959506c3141 (diff)
fix paths to schroot profiles
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs4
1 files changed, 2 insertions, 2 deletions
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]"