From c11d12a1763c1183118a92a60dd048380b41f48d Mon Sep 17 00:00:00 2001 From: "Fr. John Jenkins" Date: Sun, 11 Jun 2023 20:30:52 +0200 Subject: [PATCH] Update mu4e.rcp (#2903) The build directory actually contains the finished product which are never moved out of that directory. You cannot load mu4e until you point the load-path to the build directory first. An alternative work around is to specify this parameter: (el-get-bundle mu4e :load-path "build/mu4e") --- recipes/mu4e.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mu4e.rcp b/recipes/mu4e.rcp index 44dc039d0..aec0f6ba7 100644 --- a/recipes/mu4e.rcp +++ b/recipes/mu4e.rcp @@ -12,6 +12,6 @@ (el-get-package-directory 'mu4e)))) :build `(("./autogen.sh") ("make")) - :load-path "mu4e" + :load-path "build/mu4e" :info "build/mu4e/mu4e.info" )