mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2011-12-02 01:00 am

[dw-free] Allow checkconfig to use the local install dir

[commit: http://hg.dwscoalition.org/dw-free/rev/05bcc961a229]

Allow checkconfig to use the local install dir

This doesn't harm anything and is part of my testing to use a local module
installation path.

Patch by [staff profile] mark.

Files modified:
  • bin/checkconfig.pl
--------------------------------------------------------------------------------
diff -r ed1682f8a46e -r 05bcc961a229 bin/checkconfig.pl
--- a/bin/checkconfig.pl	Thu Dec 01 16:36:48 2011 +0800
+++ b/bin/checkconfig.pl	Fri Dec 02 01:02:56 2011 +0000
@@ -15,6 +15,7 @@
 
 
 use strict;
+use lib "$ENV{LJHOME}/extlib/lib/perl5";
 use Getopt::Long;
 
 my $debs_only = 0;
--------------------------------------------------------------------------------