diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-22 13:04:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-22 13:04:19 -0600 |
commit | 7ed104a143978f6f8adc8caf961fb75bdb8dbe05 (patch) | |
tree | c7fdd4e5993e44ca2d889c6cd407892914c01f5c | |
parent | fefe97a2eea169eb3c4c0b0dc62d499bdb7d1948 (diff) | |
download | tdebindings-7ed104a143978f6f8adc8caf961fb75bdb8dbe05.tar.gz tdebindings-7ed104a143978f6f8adc8caf961fb75bdb8dbe05.zip |
Fix FTBFS
-rw-r--r-- | kalyptus/kalyptusCxxToSwig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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!; |