[DRE-commits] [ruby-eb] 06/11: added patch for env path
Jonas Genannt
jonas at brachium-system.net
Thu Jan 16 10:07:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-eb.
commit 238570c1b21ece1e681f19525b120861402aa76f
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Thu Jan 16 10:48:26 2014 +0100
added patch for env path
---
debian/patches/fix_env_path.patch | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 29 insertions(+)
diff --git a/debian/patches/fix_env_path.patch b/debian/patches/fix_env_path.patch
new file mode 100644
index 0000000..425da6f
--- /dev/null
+++ b/debian/patches/fix_env_path.patch
@@ -0,0 +1,28 @@
+Description: fix path to env, to uses usr/bin/env
+Author: Jonas Genannt <jonas.gennant at capi2name.de>
+Forwarded: yes
+Bug: https://github.com/kubo/rubyeb19/pull/1
+
+diff --git a/hook2.rb b/hook2.rb
+index a83375d..a98451d 100644
+--- a/hook2.rb
++++ b/hook2.rb
+@@ -1,4 +1,4 @@
+-#!/bin/env ruby -Ke
++#!/usr/bin/env ruby -Ke
+ require "eb"
+
+ eb=EB::Book.new
+diff --git a/test.rb b/test.rb
+index 3ed1800..8cc5e8b 100644
+--- a/test.rb
++++ b/test.rb
+@@ -1,4 +1,4 @@
+-#!/bin/env ruby -Ke
++#!/user/bin/env ruby -Ke
+ # -*- coding: euc-jp -*-
+ require "eb"
+
+--
+1.8.5.1
+
diff --git a/debian/patches/series b/debian/patches/series
index 26f8e5b..06e1123 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
ruby191.patch
+fix_env_path.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-eb.git
More information about the Pkg-ruby-extras-commits
mailing list