]> git.pld-linux.org Git - packages/elinks.git/blob - elinks-hooks-fix.patch
- fixes paths in elinks-hooks.lua
[packages/elinks.git] / elinks-hooks-fix.patch
1 diff -urN aaa/elinks-0.4pre7/contrib/hooks.lua elinks-0.4pre7/contrib/hooks.lua
2 --- aaa/elinks-0.4pre7/contrib/hooks.lua        Sun May  5 17:10:20 2002
3 +++ elinks-0.4pre7/contrib/hooks.lua    Wed May 15 12:39:32 2002
4 @@ -55,6 +55,7 @@
5  -- For any other lua script to be loaded, clone following line:
6  
7      dofile (home_dir.."/.links/script.lua")
8 +               dofile ("/usr/share/elinks/script.lua")
9  
10  
11  ----------------------------------------------------------------------
12 @@ -350,6 +351,7 @@
13  if bookmark_addon then
14  
15      dofile (home_dir.."/.links/bm.lua")
16 +               dofile ("/usr/share/elinks/bm.lua")
17  
18      -- Add/change any bookmark options here.
19  
This page took 0.091721 seconds and 3 git commands to generate.