]> mj.ucw.cz Git - bex.git/commitdiff
Config: store path to library files, too
authorMartin Mares <mj@ucw.cz>
Thu, 16 Feb 2012 15:20:43 +0000 (16:20 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 16 Feb 2012 15:20:43 +0000 (16:20 +0100)
lib/perl/BEX/Config.pm

index e3cf2779559c5c877d40e0108ac638880797d082..e10820da1c685e4d8b4def0352c102a59baff468 100644 (file)
@@ -15,6 +15,9 @@ package BEX::Config;
 our %machines = (
 );
 
+# Library directory where BEX modules live
+our $lib = $ENV{"BEX_LIB"} // "lib";
+
 # Home directory in which everything resides
 our $home = $ENV{"BEX_HOME"} // ".";