From 66b4f3205d005491174e18387e9721368f264dcd Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Thu, 29 Nov 2012 17:19:39 +0100 Subject: fix expandflags parsing --- Build.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.pm') diff --git a/Build.pm b/Build.pm index 69a7171..1ca9b90 100644 --- a/Build.pm +++ b/Build.pm @@ -220,7 +220,7 @@ sub read_config { } next; } - if ($l0 eq 'preinstall:' || $l0 eq 'vminstall:' || $l0 eq 'cbpreinstall:' || $l0 eq 'cbinstall:' || $l0 eq 'required:' || $l0 eq 'support:' || $l0 eq 'keep:' || $l0 eq 'prefer:' || $l0 eq 'ignore:' || $l0 eq 'conflict:' || $l0 eq 'runscripts:' || $l0 eq 'expandflags') { + if ($l0 eq 'preinstall:' || $l0 eq 'vminstall:' || $l0 eq 'cbpreinstall:' || $l0 eq 'cbinstall:' || $l0 eq 'required:' || $l0 eq 'support:' || $l0 eq 'keep:' || $l0 eq 'prefer:' || $l0 eq 'ignore:' || $l0 eq 'conflict:' || $l0 eq 'runscripts:' || $l0 eq 'expandflags:') { my $t = substr($l0, 0, -1); for my $l (@l) { if ($l eq '!*') { -- cgit v1.2.3