summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 21:53:43 +0900
committerSean Whitton2016-05-21 21:53:43 +0900
commit53cda0948dba7a4bf1661c9a27b864b741e39654 (patch)
tree51723bd4410fe681eee83c349e5d9ad24c9f95b3 /src/Propellor/Property/Sbuild.hs
parent8a23d2a3aeceb824fb71df4e88010fa6cbd20c0a (diff)
fix cp command
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"