[DRE-commits] [ruby-mixlib-install] 01/01: Look for support scripts in /usr/share

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Sat Mar 5 16:54:10 UTC 2016


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

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

commit 4384ed417f61efa0dd0e91b3c8ff031e8ab7eafc
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Sat Mar 5 19:38:33 2016 +0300

    Look for support scripts in /usr/share
---
 lib/mixlib/install.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,

-- 
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