[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.34-15-gae45be7

Alex Vandiver alexmv at bestpractical.com
Tue Feb 26 15:34:04 EST 2013


The branch, master has been updated
       via  ae45be7ebc635aadc5e53229a70ddf11422d3fa1 (commit)
      from  5e47a0c39c8b600fc263a3d66ed9d91d2e772954 (commit)

Summary of changes:
 inc/Module/Install/RTx.pm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit ae45be7ebc635aadc5e53229a70ddf11422d3fa1
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Feb 26 15:33:59 2013 -0500

    Update Module::Install::RTx

diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index ce01018..abf6aea 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -14,7 +14,7 @@ use FindBin;
 use File::Glob     ();
 use File::Basename ();
 
-my @DIRS = qw(etc lib html bin sbin po var);
+my @DIRS = qw(etc lib html static bin sbin po var);
 my @INDEX_DIRS = qw(lib bin sbin);
 
 sub RTx {
@@ -62,10 +62,11 @@ sub RTx {
     unshift @INC, "$RT::LocalPath/lib" if $RT::LocalPath;
     unshift @INC, $lib_path;
 
-    $RT::LocalVarPath  ||= $RT::VarPath;
-    $RT::LocalPoPath   ||= $RT::LocalLexiconPath;
-    $RT::LocalHtmlPath ||= $RT::MasonComponentRoot;
-    $RT::LocalLibPath  ||= "$RT::LocalPath/lib";
+    $RT::LocalVarPath    ||= $RT::VarPath;
+    $RT::LocalPoPath     ||= $RT::LocalLexiconPath;
+    $RT::LocalHtmlPath   ||= $RT::MasonComponentRoot;
+    $RT::LocalStaticPath ||= $RT::StaticPath;
+    $RT::LocalLibPath    ||= "$RT::LocalPath/lib";
 
     my $with_subdirs = $ENV{WITH_SUBDIRS};
     @ARGV = grep { /WITH_SUBDIRS=(.*)/ ? ( ( $with_subdirs = $1 ), 0 ) : 1 }
@@ -208,4 +209,4 @@ sub requires_rt {
 
 __END__
 
-#line 328
+#line 329

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list