diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-04-29 10:07:51 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-04-29 11:36:25 -0400 |
commit | 55593075e50876ee9d98508687b0408effbcc8ef (patch) | |
tree | 53383b1359ae168a2fb6fdcf641784503e51f16e | |
parent | e63e356ec5947f2641b7df33fa47daa782814358 (diff) |
build: Fix Scheme install location for Guile 2.2.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 352a0d9..a49238f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,8 @@ include guile.am -moddir=$(prefix)/share/guile/site/2.0 -godir=$(prefix)/share/guile/site/2.0 +moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) +godir=$(prefix)/lib/guile/$(GUILE_EFFECTIVE_VERSION)/ccache SOURCES = \ sly/utils.scm \ |