You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/mu/files/mu-1.4.15-guile3-2.patch

18 lines
506 B

---
lib/mu-script.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mu-script.c b/lib/mu-script.c
index 1175a60e3..92a63992e 100644
--- a/lib/mu-script.c
+++ b/lib/mu-script.c
@@ -318,7 +318,7 @@ mu_script_guile_run (MuScriptInfo *msi, const char *muhome,
g_return_val_if_fail (muhome, FALSE);
argv = g_new0 (char*, 6);
- argv[0] = g_strdup("guile2.2");
+ argv[0] = g_strdup(GUILE_BINARY);
argv[1] = g_strdup("-l");
if (access (mu_script_info_path (msi), R_OK) != 0) {