[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
mark.
Files modified:
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
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;
--------------------------------------------------------------------------------
