From 5a01b810141e78791782d2abe2cf56d40dbc7099 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 19 May 2016 15:07:34 +0900 Subject: execute modes on ccache sbuild setup script --- src/Propellor/Property/Sbuild.hs | 2 ++ 1 file changed, 2 insertions(+) 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 -- -- cgit v1.2.3