#
# Patch for Bugzilla to find needed Perl modules correctly.
#

--- bugzilla-2.20-orig/contrib/bugzilla_email_append.pl
+++ bugzilla-2.20/contrib/bugzilla_email_append.pl
@@ -32,6 +32,7 @@
 use MIME::Parser;
 
 BEGIN {
+  chdir "/var/www/html/bugzilla/contrib";
   chdir "..";        # this script lives in contrib, change to main
   push @INC, "contrib";
   push @INC, "."; # this script lives in contrib

