Bug#1136716: Patch forwarded upstream

2026-05-18 Thread David Pirotte
Hi Tommi,

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

I use the same guile.mk file in all projects I work on, including
g-golf, for which you di not proposed this patch - which afaict,
doesn't 'fix anything' - what's in there works perfectly fine 'as well'
- is this really worth changing?

David


pgpMOkv9wRYOf.pgp
Description: OpenPGP digital signature


Bug#1136716: Patch forwarded upstream

2026-05-18 Thread Tommi Höynälänmaa

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=?= 
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)