diff options
Diffstat (limited to 'dot_config/sbuild/config.pl')
-rw-r--r-- | dot_config/sbuild/config.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/sbuild/config.pl b/dot_config/sbuild/config.pl index 1d259f6..cbab35a 100644 --- a/dot_config/sbuild/config.pl +++ b/dot_config/sbuild/config.pl @@ -118,6 +118,8 @@ $log_dir = "$HOME/tmp/sbuild/logs"; # Directory for writing build statistics to $stats_dir = "$HOME/tmp/sbuild/stats"; +$chroot_mode = "schroot"; +$schroot = "schroot"; # don't remove this, Perl needs it: 1; |