aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/bnw.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/bnw.scm b/gn/packages/bnw.scm
index 036fe2b..99de4fc 100644
--- a/gn/packages/bnw.scm
+++ b/gn/packages/bnw.scm
@@ -35,6 +35,8 @@
(delete 'configure)
(add-after 'unpack 'patch-source
(lambda _
+ (substitute* "index.html"
+ (("url=home.php") "url=sourcecodes/home.php"))
(substitute* "sourcecodes/header_batchsearch.inc"
(("my_style.css") "my_new_style.css"))
#t))