From d45b1590ee6e2da8d7107266ceb449aaecc0b530 Mon Sep 17 00:00:00 2001 From: Daneel Date: Tue, 24 Feb 2026 20:58:53 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20p=C5=99idej=20make=20install=20=E2=80=94?= =?UTF-8?q?=20zkompletuje=20lisp/=20a=20libexec/=20v=20nextstep/Emacs.app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install_emacs_macos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_emacs_macos.sh b/scripts/install_emacs_macos.sh index 68c4ef1..9e4f163 100755 --- a/scripts/install_emacs_macos.sh +++ b/scripts/install_emacs_macos.sh @@ -97,6 +97,9 @@ if [[ "$MAKE_EXIT" -ne 0 ]]; then exit 1 fi +# make install (--with-ns) zkompletuje nextstep/Emacs.app — kopíruje lisp/ a libexec/ +make install 2>&1 | tee -a /tmp/emacs-build.log + # --- [5/7] Install do /Applications --- echo -e "${GREEN}[5/7] Install do /Applications...${NC}" sudo rm -rf /Applications/Emacs.app