summaryrefslogtreecommitdiff
path: root/postprocess/packconfig
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/packconfig')
-rw-r--r--postprocess/packconfig/packconfig.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packconfig/packconfig.pl b/postprocess/packconfig/packconfig.pl
index fb024f82d08f..924dee9f7bc9 100644
--- a/postprocess/packconfig/packconfig.pl
+++ b/postprocess/packconfig/packconfig.pl
@@ -124,7 +124,7 @@ sub wanted
{
my $file = $_;
- if ( $file =~ /.*\.xml$/ && -f $file ) {
+ if ( $file =~ /.*\.(ui|xml)$/ && -f $file ) {
push @main::file_list, $File::Find::name;
}
}