summaryrefslogtreecommitdiff
path: root/modules/python.in
diff options
context:
space:
mode:
Diffstat (limited to 'modules/python.in')
-rwxr-xr-xmodules/python.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/python.in b/modules/python.in
index 6b57242..5d7849f 100755
--- a/modules/python.in
+++ b/modules/python.in
@@ -4,7 +4,7 @@
(eval-when (expand load eval)
(set! %load-path
- (cons "@prefix@/share/guile/site/@GUILE_EFFECTIVE_VERSION@" %load-path))
+ (cons "@datadir@/guile/site/@GUILE_EFFECTIVE_VERSION@" %load-path))
(set! %load-compiled-path
(cons "@libdir@/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache"
%load-compiled-path)))