File: 10_correct-path-for-ruby-interpreter.dpatch

package info (click to toggle)
libruby2ruby-ruby 1.1.8-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 88 kB
  • ctags: 133
  • sloc: ruby: 1,028; makefile: 40; sh: 9
file content (16 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_correct-path-for-ruby-interpreter.dpatch by Sebastien Delafond <seb@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Correct Ruby interpreter.

@DPATCH@
diff -urNad ruby2ruby-1.1.8~/bin/r2r_show ruby2ruby-1.1.8/bin/r2r_show
--- ruby2ruby-1.1.8~/bin/r2r_show	2007-12-22 14:56:38.000000000 -0800
+++ ruby2ruby-1.1.8/bin/r2r_show	2008-05-11 10:26:40.000000000 -0700
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -ws
+#!/usr/bin/ruby1.8 -ws
 
 begin require 'rubygems' rescue LoadError end
 require 'ruby2ruby'