diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 01e106be..87c93315 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -271,7 +271,7 @@ piupartsConf s u = go File.basedOn (dir </> "fstab") (orig </> "fstab", filter (/= aptCacheLine)) - create = cmdProperty "cp" [f, schrootConf s] `assume` MadeChange + create = cmdProperty "cp" [schrootConf s, f] `assume` MadeChange `before` File.fileProperty "replace suffix" (map munge) f orig = "/etc/schroot/chroot.d/sbuild" |
