gash-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: Install Guile modules in the standard directories.


From: Ludovic Courtès
Subject: [PATCH] build: Install Guile modules in the standard directories.
Date: Thu, 6 Jun 2019 16:12:58 +0200

* build-aux/guile.am (moddir): Add "/site".
(ccachedir): Replace "/ccache" with "/site-ccache".
---
 build-aux/guile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/guile.am b/build-aux/guile.am
index 60125c3..7cd2103 100644
--- a/build-aux/guile.am
+++ b/build-aux/guile.am
@@ -31,9 +31,9 @@ GUILE_WARNINGS =                                              
  \
   -Warity-mismatch                                              \
   -Wformat
 
-moddir = $(datadir)/guile/$(GUILE_EFFECTIVE_VERSION)/$(modpath)
+moddir = $(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)/$(modpath)
 nobase_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES)
-ccachedir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache/$(modpath)
+ccachedir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache/$(modpath)
 nobase_ccache_DATA = $(GOBJECTS)
 EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
 
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]