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