File: fix-require-path

package info (click to toggle)
ditz 0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 356 kB
  • ctags: 489
  • sloc: ruby: 3,664; sh: 15; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ditz-0.5/bin/ditz
===================================================================
--- ditz-0.5.orig/bin/ditz	2008-11-14 15:10:40.000000000 +0000
+++ ditz-0.5/bin/ditz	2008-11-14 15:10:44.000000000 +0000
@@ -1,5 +1,8 @@
 #!/usr/bin/ruby1.8
 
+$: << "/usr/lib/ruby/1.8/ditz"
+$: << "/usr/share/ditz"
+
 ## requires are split in two for efficiency reasons: ditz should be really
 ## fast when using it for completion.
 require 'operator'