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
|