summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-19 15:14:10 +0900
committerSean Whitton2016-05-19 15:14:10 +0900
commitec585a860b477b5e289c7a3ea03fce57deb0aa72 (patch)
tree7b364314820ddeab86e41f3a4c355a6b27098de3 /src/Propellor/Property/Sbuild.hs
parentc546d201ca09c4718203fbc634f8d6ee58f9da1e (diff)
script spacing
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 755f75c4..3967d0a1 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -195,6 +195,7 @@ ccachePrepared = propertyList "sbuild group ccache configured" $ props
"/var/cache/ccache-sbuild /var/cache/ccache-sbuild rw,bind 0 0"
& "/var/cache/ccache-sbuild/sbuild-setup" `File.hasContent`
[ "#!/bin/sh"
+ , ""
, "export CCACHE_DIR=/var/cache/ccache-sbuild"
, "export CCACHE_UMASK=002"
, "export CCACHE_COMPRESS=1"