emacs-devel
[Top][All Lists]
Advanced

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

OS X: Emacs.app / application binary = hard link ... why?


From: David Reitter
Subject: OS X: Emacs.app / application binary = hard link ... why?
Date: Fri, 15 Apr 2005 16:12:16 +0100

Hi,

make-package creates hard links (and symlinks) in an extra bin/ folder in the .app bundle:

   # Make the application binary a hard link
    rm $installprefix/../MacOS/Emacs
    ln $installprefix/../MacOS/bin/emacs $installprefix/../MacOS/Emacs

why is this happening?
It looks like that in the installation - via a .pkg package / and an .dmg - you end up with three identical, but separate files that each take up 15MB.

What is Contents/MacOS/bin for anyways?

If it is needed, can we safely make a symlink instead of a hard link?

Thanks
-- Dave





reply via email to

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