diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 22:13:12 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 22:13:12 +0900 |
| commit | e97a0e5fc687753a1b4e5c3c325f3b4994de57aa (patch) | |
| tree | 7036ffec02b31094a853d41c134ddb0fe20e41d9 /src | |
| parent | efeb73055e557a9fe594323a54d6c959506c3141 (diff) | |
fix paths to schroot profiles
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 4 |
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]" |
