From df5e8df4598c27a348dac30557535ec9205e3c04 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 25 Apr 2012 11:13:36 +0100 Subject: validate and pack .ui files as well as .xml files --- postprocess/packconfig/packconfig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess/packconfig') 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; } } -- cgit v1.2.3