diff options
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/live.cfg b/config/live.cfg index 5765307..d22b048 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -202,7 +202,7 @@ my $_l = { files => [ { path => '/root/drakx' }, { source => '/root/drakx/HTML.skipped', rooted => 1 }, - (map { +{ path => "/usr/share/doc/$_" } } qw(net-snmp tvtime aria2 perl-SOAP-Lite nss)), + (map { +{ path => "/usr/share/doc/$_" } } qw(tvtime aria2)), ], }, if_($use_modules, modules => [ |