From 7ed104a143978f6f8adc8caf961fb75bdb8dbe05 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 22 Feb 2013 13:04:19 -0600 Subject: Fix FTBFS --- kalyptus/kalyptusCxxToSwig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalyptus/kalyptusCxxToSwig.pm b/kalyptus/kalyptusCxxToSwig.pm index e4e72f54..ac36f841 100644 --- a/kalyptus/kalyptusCxxToSwig.pm +++ b/kalyptus/kalyptusCxxToSwig.pm @@ -838,7 +838,7 @@ sub writeClassDoc my $sourcename = $node->{Source}->{astNodeName}; - if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|tdeio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) { + if ( $sourcename =~ m!.*(dom|tdeabc|tdeprint|tdesu|tdeio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) { $sourcename = $1."/".$2; } else { $sourcename =~ s!.*/([^/]*$)!$1!; -- cgit v1.2.3