File: path.patch

package info (click to toggle)
libxml-um-perl 0.01-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: perl: 416; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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\\";
 
 #