[DRE-commits] r4379 - trunk/redmine/debian/patches

Jérémy Lal kapouer-guest at alioth.debian.org
Mon Nov 23 00:21:29 UTC 2009


Author: kapouer-guest
Date: 2009-11-23 00:21:28 +0000 (Mon, 23 Nov 2009)
New Revision: 4379

Added:
   trunk/redmine/debian/patches/wrong_path_for_interpreter.patch
Modified:
   trunk/redmine/debian/patches/series
Log:
Replace /usr/local/bin/ruby by /usr/bin/ruby

Modified: trunk/redmine/debian/patches/series
===================================================================
--- trunk/redmine/debian/patches/series	2009-11-23 00:21:25 UTC (rev 4378)
+++ trunk/redmine/debian/patches/series	2009-11-23 00:21:28 UTC (rev 4379)
@@ -1,3 +1,4 @@
+wrong_path_for_interpreter.patch
 version.patch
 revert_rails_2.3.patch
 01_paths.patch

Added: trunk/redmine/debian/patches/wrong_path_for_interpreter.patch
===================================================================
--- trunk/redmine/debian/patches/wrong_path_for_interpreter.patch	                        (rev 0)
+++ trunk/redmine/debian/patches/wrong_path_for_interpreter.patch	2009-11-23 00:21:28 UTC (rev 4379)
@@ -0,0 +1,8 @@
+--- a/lib/faster_csv.rb	2009-11-04 14:22:26.000000000 +0100
++++ b/lib/faster_csv.rb	2009-11-23 00:51:25.367654370 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # = faster_csv.rb -- Faster CSV Reading and Writing
+ #




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