diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 21:53:43 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 21:53:43 +0900 |
| commit | 53cda0948dba7a4bf1661c9a27b864b741e39654 (patch) | |
| tree | 51723bd4410fe681eee83c349e5d9ad24c9f95b3 /src | |
| parent | 8a23d2a3aeceb824fb71df4e88010fa6cbd20c0a (diff) | |
fix cp command
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" |
