From 2fd5092a197c31840e9e6de34d226a141e13c5d7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 16 Feb 2016 15:03:30 -0500 Subject: build: Fix installation directories. * Makefile.am: Use $GUILE_EFFECTIVE_VERSION to install modules to the correct place. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 191e28c..a0549db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,8 +35,8 @@ SUFFIXES = .scm .go .scm.go: $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" -moddir=$(prefix)/share/guile/site/2.0 -godir=$(libdir)/guile/2.0/ccache +moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) +godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache SOURCES = \ syntax-highlight/utils.scm \ -- cgit v1.2.3