From 53cda0948dba7a4bf1661c9a27b864b741e39654 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 21:53:43 +0900 Subject: fix cp command --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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" -- cgit v1.2.3