diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:14:10 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:14:10 +0900 |
| commit | ec585a860b477b5e289c7a3ea03fce57deb0aa72 (patch) | |
| tree | 7b364314820ddeab86e41f3a4c355a6b27098de3 /src/Propellor | |
| parent | c546d201ca09c4718203fbc634f8d6ee58f9da1e (diff) | |
script spacing
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 1 |
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" |
