diff -urN MHonArc2.4.2.orig/mha-dbedit MHonArc2.4.2/mha-dbedit --- MHonArc2.4.2.orig/mha-dbedit Thu Aug 12 17:37:46 1999 +++ MHonArc2.4.2/mha-dbedit Thu Aug 12 17:38:25 1999 @@ -33,7 +33,7 @@ ##---------------------------------------------------------------------------## MAIN: { - unshift(@INC, 'lib'); # Should I leave this line in? + unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in? ## Initialize MHonArc require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/; diff -urN MHonArc2.4.2.orig/mha-dbrecover MHonArc2.4.2/mha-dbrecover --- MHonArc2.4.2.orig/mha-dbrecover Thu Aug 12 17:37:46 1999 +++ MHonArc2.4.2/mha-dbrecover Thu Aug 12 17:38:35 1999 @@ -33,7 +33,7 @@ ##---------------------------------------------------------------------------## MAIN: { - unshift(@INC, 'lib'); # Should I leave this line in? + unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in? ## Initialize MHonArc require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/; diff -urN MHonArc2.4.2.orig/mha-decode MHonArc2.4.2/mha-decode --- MHonArc2.4.2.orig/mha-decode Thu Aug 12 17:37:46 1999 +++ MHonArc2.4.2/mha-decode Thu Aug 12 17:38:45 1999 @@ -33,7 +33,7 @@ ##---------------------------------------------------------------------------## MAIN: { - unshift(@INC, 'lib'); # Should I leave this line in? + unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in? ## Initialize MHonArc require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/; diff -urN MHonArc2.4.2.orig/mhonarc MHonArc2.4.2/mhonarc --- MHonArc2.4.2.orig/mhonarc Thu Aug 12 17:37:46 1999 +++ MHonArc2.4.2/mhonarc Thu Aug 12 17:39:20 1999 @@ -32,7 +32,7 @@ ##---------------------------------------------------------------------------## MAIN: { - unshift(@INC, 'lib'); # Should I leave this line in? + unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in? require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/; mhonarc::initialize();