[Rt-commit] rtir branch 4.0-trunk updated. 4.0.2-5-gddd9953a

BPS Git Server git at git.bestpractical.com
Tue Jun 14 13:41:07 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".

The branch, 4.0-trunk has been updated
       via  ddd9953aa136b80ecf4813b427edbc9330637f7a (commit)
      from  77879953912c0a1e787b5d4287772cfecec6c776 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ddd9953aa136b80ecf4813b427edbc9330637f7a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jun 14 21:38:50 2022 +0800

    Update M:I:RTx

diff --git a/META.yml b/META.yml
index 1c13b81d..c9818cb0 100644
--- a/META.yml
+++ b/META.yml
@@ -33,6 +33,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: 4.0.2
-x_module_install_rtx_version: '0.42'
+x_module_install_rtx_version: '0.43'
 x_requires_rt: 4.4.1
 x_rt_too_new: 4.6.0
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index 2dd94897..2889ecea 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -9,7 +9,7 @@ no warnings 'once';
 use Term::ANSIColor qw(:constants);
 use Module::Install::Base;
 use base 'Module::Install::Base';
-our $VERSION = '0.42';
+our $VERSION = '0.43';
 
 use FindBin;
 use File::Glob     ();
@@ -134,7 +134,7 @@ lexicons ::
     if( $extra_args->{'remove_files'} ){
         $self->include('Module::Install::RTx::Remove');
         our @remove_files;
-        eval { require "etc/upgrade/remove_files" }
+        eval { require "./etc/upgrade/remove_files" }
           or print "No remove file located, no files to remove\n";
         $remove_files = join ",", map {"q(\$(DESTDIR)$plugin_path/$name/$_)"} @remove_files;
     }

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

Summary of changes:
 META.yml                  | 2 +-
 inc/Module/Install/RTx.pm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
rtir


More information about the rt-commit mailing list