[DRE-commits] r1975 - packages/libinline-ruby/trunk/debian/patches

paulvt at alioth.debian.org paulvt at alioth.debian.org
Sun Oct 7 11:47:12 UTC 2007


Author: paulvt
Date: 2007-10-07 11:47:12 +0000 (Sun, 07 Oct 2007)
New Revision: 1975

Modified:
   packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch
Log:
Fix the patch (call ruby1.8 instead of ruby).

Modified: packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch
===================================================================
--- packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch	2007-10-07 11:40:38 UTC (rev 1974)
+++ packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch	2007-10-07 11:47:12 UTC (rev 1975)
@@ -2,7 +2,7 @@
 +++ bin/inline_package	2007-10-07 13:37:26.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/ruby -w
-+#!/usr/bin/env ruby
++#!/usr/bin/env ruby1.8
  
  require 'inline'
  




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