From fdc195ba9c9d7381a8867cc3c65a924ff7217eed Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 29 May 2011 21:23:58 +0000 Subject: add missing quotes around skip package regexps --- config/auto_inst.cfg.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 9f630b7..d034b18 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -103,8 +103,8 @@ $o = { if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas|europe1)\b/, 'libreoffice-langpack-en', 'autocorr-en', 'hunspell-en', 'hyphen-en', 'mythes-en', - /^firefox-en_/, - /^myspell-en_/, + '/^firefox-en_/', + '/^myspell-en_/', ), if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 'task-printing-scanning'), 'qtradio', 'kradio', -- cgit v1.2.1