[DRE-commits] [ruby-mixlib-install] 01/15: Update patch

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Aug 4 15:43:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-mixlib-install.

commit ec2e390cab6bfe7b247f74ecb3449050a89e6910
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon May 30 16:39:07 2016 +0300

    Update patch
---
 ...001-Look-for-support-scripts-in-usr-share.patch | 30 +++++++++++-----------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/patches/0001-Look-for-support-scripts-in-usr-share.patch b/debian/patches/0001-Look-for-support-scripts-in-usr-share.patch
index 32944a6..4b091fe 100644
--- a/debian/patches/0001-Look-for-support-scripts-in-usr-share.patch
+++ b/debian/patches/0001-Look-for-support-scripts-in-usr-share.patch
@@ -1,21 +1,21 @@
 From: Hleb Valoshka <375gnu at gmail.com>
-Date: Sat, 5 Mar 2016 19:38:33 +0300
+Date: Mon, 30 May 2016 16:38:01 +0300
 Subject: Look for support scripts in /usr/share
 
 ---
- lib/mixlib/install.rb | 2 +-
+ lib/mixlib/install/script_generator.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/lib/mixlib/install.rb b/lib/mixlib/install.rb
-index c86b447..44e9d45 100644
---- a/lib/mixlib/install.rb
-+++ b/lib/mixlib/install.rb
-@@ -164,7 +164,7 @@ module Mixlib
-     def shell_code_from_file(vars)
-       fn = File.join(
-         File.dirname(__FILE__),
--        %w[.. .. support],
-+        %w[.. .. .. .. share ruby-mixlib-install support],
-         "install_command"
-       )
-       Util.shell_code_from_file(vars, fn, powershell,
+diff --git a/lib/mixlib/install/script_generator.rb b/lib/mixlib/install/script_generator.rb
+index 2e43630..fc34d47 100644
+--- a/lib/mixlib/install/script_generator.rb
++++ b/lib/mixlib/install/script_generator.rb
+@@ -165,7 +165,7 @@ module Mixlib
+       def shell_code_from_file(vars)
+         fn = File.join(
+           File.dirname(__FILE__),
+-          %w{.. .. .. support},
++          %w{.. .. .. .. .. share ruby-mixlib-install support},
+           "install_command"
+         )
+         Util.shell_code_from_file(vars, fn, powershell,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mixlib-install.git



More information about the Pkg-ruby-extras-commits mailing list