summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-19 15:07:34 +0900
committerSean Whitton2016-05-19 15:07:34 +0900
commit5a01b810141e78791782d2abe2cf56d40dbc7099 (patch)
tree9d21810b6c2a66f71726aa9847776726fa47ca59 /src/Propellor/Property/Sbuild.hs
parentdaf5bd929143aec4ef5654eb50a1d99a6214672a (diff)
execute modes on ccache sbuild setup script
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 3a8f72a0..ac48041d 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -200,6 +200,8 @@ ccachePrepared = propertyList "sbuild group ccache configured" $ props
, ""
, "exec \"$@\""
]
+ & File.mode "/var/cache/ccache-sbuild/sbuild-setup"
+ (combineModes (readModes ++ executeModes))
-- | Block network access during builds
--