summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
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"