File: fix_ruby_path

package info (click to toggle)
ruby-inline 3.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 408 kB
  • sloc: ruby: 1,504; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: Not-needed
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658889
Last-Update: 2012-02-06
Applied-upstream: no
Description: Use the correct location for the Ruby interpreter
 Following Debian Ruby policy.

Index: ruby-inline/lib/inline.rb
===================================================================
--- ruby-inline.orig/lib/inline.rb	2012-02-06 13:10:31.000000000 -0600
+++ ruby-inline/lib/inline.rb	2012-02-06 13:10:44.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby -w
 
 ##
 # Ruby Inline is a framework for writing ruby extensions in foreign