diff options
| -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 |
