diff options
Diffstat (limited to 'paludis/repositories/e/e_stripper.cc')
-rw-r--r-- | paludis/repositories/e/e_stripper.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/repositories/e/e_stripper.cc b/paludis/repositories/e/e_stripper.cc index 0ed20a438..8d4324bef 100644 --- a/paludis/repositories/e/e_stripper.cc +++ b/paludis/repositories/e/e_stripper.cc @@ -42,6 +42,7 @@ namespace paludis EStripper::EStripper(const EStripperOptions & options) : Stripper(make_named_values<StripperOptions>( + n::compress_splits() = false, n::debug_dir() = options.debug_dir(), n::image_dir() = options.image_dir(), n::split() = options.split(), |