diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-18 13:08:56 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-18 13:08:56 -0700 |
| commit | 38d039310e4db6ffaf5c8ca51c339421e6865eff (patch) | |
| tree | 9a61e78bb69bffcea4061e60b2d7aa6dbd190199 /src | |
| parent | f5a46a14719136271e018ccd7ab94b656172b729 (diff) | |
insert missing call to aliasesLine
Diffstat (limited to 'src')
| -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 d1edd5ac..df306b1c 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -149,6 +149,7 @@ built' cc (Props ps) suite arch = provisioned <!> deleted & pair "type" "directory" & pair "directory" schrootRoot & unionTypeOverlay + & aliasesLine & pair "command-prefix" (intercalate "," commandPrefix) where pair k v = ConfFile.containsIniSetting schrootConf |
