aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi-bin/dict.cgi.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/cgi-bin/dict.cgi.in b/cgi-bin/dict.cgi.in
index c48f39f..48b4a7c 100644
--- a/cgi-bin/dict.cgi.in
+++ b/cgi-bin/dict.cgi.in
@@ -1,4 +1,4 @@
-#!/usr/local/bin/guile -s
+#! =GUILE_BINDIR=/guile -s
!#
;;;; Greek Dictionary Web Engine
;;;; Copyright (C) 2004 Sergey Poznyakoff
@@ -17,13 +17,11 @@
;;;; along with this program; if not, write to the Free Software
;;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;;;;
+;=UPDPATH=
-;; FIXME: These should be set by configure
-(set! %load-path (append %load-path (list "/usr/local/share/guile-sql")))
-(set! %load-path (append %load-path (list "/usr/local/share/guile-gettext")))
(use-modules (www cgi)
- (sql)
- (gettext)
+ (gamma sql)
+ (gamma gettext)
(xmltools dict)
(ellinika xlat))
(cgi:init)

Return to:

Send suggestions and report system problems to the System administrator.