#36502: emacs-app: hardcoded build path -------------------------------------+---------------------- Reporter: mojca.miklavec.lists@… | Owner: hum@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: emacs-app | -------------------------------------+---------------------- Changes (by hum@…): * owner: macports-tickets@… => hum@… * cc: hum@… (removed) * status: new => assigned Comment: Emacs.app is relocatable while /opt/local/bin/emacs is not, and you should not separate the Emacs binary from other data files, because the binary could not find them based on the relative paths. How about linking the whole app and invoking the binary? I mean: {{{ $ ln -s /Applications/MacPorts/Emacs.app /tmp/e $ /tmp/e/Contents/MacOS/Emacs }}} -- Ticket URL: <https://trac.macports.org/ticket/36502#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS