emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3065b6b: Fix libexec installation on NS (bug#50250)


From: Alan Third
Subject: master 3065b6b: Fix libexec installation on NS (bug#50250)
Date: Sun, 29 Aug 2021 08:09:42 -0400 (EDT)

branch: master
commit 3065b6b73b72f8661d87e3335b348b347a9eb58d
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    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 7af89eb..e6cda73 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]