From 1649ccbd01c625f4eec3a635a19352555f1dc7ec Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 11 May 2012 17:36:19 +0000 Subject: drop lib(64)atlas3 from all isos --- config/auto_inst.cfg.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 6ae2221..da0d8af 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -80,9 +80,12 @@ $o = { 'plasma-applet-system-monitor-cpu', 'plasma-applet-system-monitor-hdd', 'plasma-applet-system-monitor-hwinfo', 'plasma-applet-system-monitor-net', 'plasma-applet-system-monitor-temperature', 'python-kde4', 'plasma-scriptengine-python', - 'lib64atlas3-x86_64', ), + 'lib64atlas3-x86_64', ), + if_($ENV{DRAKLIVE_ARCH} eq 'i586', + 'libatlas3-sse3'), + if_($ENV{DRAKLIVE_PRODUCT} !~ /gaming/i, #- non-DVD products #- from task-kde Suggests #- skipping them prevents task-kde from being installed, -- cgit v1.2.1