From 34ed73cdc1e6a41a021c46726f5e381e87cd2d49 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 21 Sep 2019 11:30:25 +0100 Subject: Fix the godir in Makefile.am I think the .go files should be in lib, rather than share. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index abf828e..c3176a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ bin_SCRIPTS = \ scripts/guix-data-service-query-build-servers moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) -godir = $(moddir) +godir = $(prefix)/lib/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache assetsdir = $(datadir)/@PACKAGE@ install-data-local: -- cgit v1.2.3