]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- fixes paths in elinks-hooks.lua
authorgrzegol <grzegol@pld-linux.org>
Wed, 15 May 2002 11:00:06 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-hooks-fix.patch -> 1.1

elinks-hooks-fix.patch [new file with mode: 0644]

diff --git a/elinks-hooks-fix.patch b/elinks-hooks-fix.patch
new file mode 100644 (file)
index 0000000..f2992fd
--- /dev/null
@@ -0,0 +1,19 @@
+diff -urN aaa/elinks-0.4pre7/contrib/hooks.lua elinks-0.4pre7/contrib/hooks.lua
+--- aaa/elinks-0.4pre7/contrib/hooks.lua       Sun May  5 17:10:20 2002
++++ elinks-0.4pre7/contrib/hooks.lua   Wed May 15 12:39:32 2002
+@@ -55,6 +55,7 @@
+ -- For any other lua script to be loaded, clone following line:
+     dofile (home_dir.."/.links/script.lua")
++              dofile ("/usr/share/elinks/script.lua")
+ ----------------------------------------------------------------------
+@@ -350,6 +351,7 @@
+ if bookmark_addon then
+     dofile (home_dir.."/.links/bm.lua")
++              dofile ("/usr/share/elinks/bm.lua")
+     -- Add/change any bookmark options here.
This page took 0.124519 seconds and 4 git commands to generate.