Author: Jay Bonci <jaybonci@debian.org>
Descriptin: Fixes bad hardcoded path
Bug: #402585

--- a/UM.pm
+++ b/UM.pm
@@ -24,7 +24,7 @@ my $UTFCHAR = '[\\x00-\\xBF]|[\\xC0-\\xD
 # The directory that contains the .xml files that come with XML::Encoding.
 # Include the terminating '\' or '/' !!
 #
-$ENCDIR = "/home1/enno/perlModules/XML-Encoding-1.01/maps/";
+$ENCDIR = "/usr/share/libxml-encoding-perl/";
 #$ENCDIR = "c:\\src\\perl\\xml\\XML-Encoding-1.01\\maps\\";
 
 #
