From 4731737c3a4f708d89660b01f56570d0699f2093 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 26 Mar 2012 12:35:04 -0600 Subject: installperl: CaseFolding.txt no longer needed A previous commit has removed the dependency on this file. --- installperl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installperl') diff --git a/installperl b/installperl index 8b22d72930..c19bff1349 100755 --- a/installperl +++ b/installperl @@ -728,7 +728,7 @@ sub installlib { if ( $dir =~ /^unicore/ ) { if ( $name =~ /\.txt\z/ ) { # We can ignore most, but not all .txt files - return unless $name =~ /\A(?:Blocks|CaseFolding|SpecialCasing|NamedSequences)\.txt\z/; + return unless $name =~ /\A(?:Blocks|SpecialCasing|NamedSequences)\.txt\z/; } else { # TestProp only needed during testing -- cgit v1.2.1