From 3065b6b73b72f8661d87e3335b348b347a9eb58d Mon Sep 17 00:00:00 2001 From: Alan Third Date: Sun, 29 Aug 2021 13:07:54 +0100 Subject: [PATCH] Fix libexec installation on NS (bug#50250) * lib-src/Makefile.in (ns_applibexecdir): New variable. --- lib-src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 7af89eb380d..e6cda733679 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -52,6 +52,7 @@ top_builddir = @top_builddir@ # Location to install Emacs.app under GNUstep / macOS. # Later values may use this. ns_appbindir=@ns_appbindir@ +ns_applibexecdir=@ns_applibexecdir@ # The default location for installation. Everything is placed in # subdirectories of this directory. The default values for many of -- 2.39.2