Hello

A patch to am/guile.mk to be forwarded upstream is attached. I have checked that it works for non-Debian builds, too.

     - Tommi

--
Kotisivu / Homepage: http://www.iki.fi/tohoyn/
Sähköposti / E-Mail: [email protected]
GPG-sormenjälki / GPG fingerprint:
55F4 2477 7155 3528 5CB2 2B7A BB86 1FDE 4046 0F83
FT, Debian-ylläpitäjä / PhD, Debian Maintainer
From: =?utf-8?b?VG9tbWkgSMO2eW7DpGzDpG5tYWE=?= <[email protected]>
Date: Sat, 16 May 2026 17:02:34 +0300
Subject: Fix install dirs
Forwarded: yes

---
 am/guile.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/am/guile.mk b/am/guile.mk
index 64c1910..baf0bca 100644
--- a/am/guile.mk
+++ b/am/guile.mk
@@ -21,8 +21,8 @@
 ####
 
 
-moddir=@SITEDIR@
-godir=@SITECCACHEDIR@
+moddir=$(SITEDIR)
+godir=$(SITECCACHEDIR)
 
 
 GOBJECTS = $(SOURCES:%.scm=%.go)

Reply via email to