File: fix-dynamic-library-load-path.patch

package info (click to toggle)
ruby-fusefs 0.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: ansic: 1,136; ruby: 760; sh: 8; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix the load path of the fusefs extension library
Author: Paul van Tilburg <paulvt@debian.org>j
Forward: not-needed
Last-Update: 2012-04-23

Index: ruby-fusefs/lib/fusefs.rb
===================================================================
--- ruby-fusefs.orig/lib/fusefs.rb	2012-04-23 22:34:41.639887402 +0200
+++ ruby-fusefs/lib/fusefs.rb	2012-04-23 23:02:39.810795548 +0200
@@ -4,7 +4,7 @@
 #
 # This includes helper functions, common uses, etc.
 
-require File.dirname(__FILE__) + '/../ext/fusefs_lib'
+require 'fusefs_lib'
 
 module FuseFS
   @running = true