File: 10_fix-ruby-path.dpatch

package info (click to toggle)
ruby-spider 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 252 kB
  • sloc: ruby: 1,125; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix the path for ruby interpreter.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2016-09-12
Index: ruby-spider-0.5.0/lib/spider/robot_rules.rb
===================================================================
--- ruby-spider-0.5.0.orig/lib/spider/robot_rules.rb
+++ ruby-spider-0.5.0/lib/spider/robot_rules.rb
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby -w
 
 # robot_rules.rb
 #