ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 4e3b8d4c8685add103daf4096f93c26bb0489ddc
parent 118c6875bf61611e779c0e7926e5239a67463aea
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 24 Apr 2014 20:58:42 +0200

fs: fix installing symlinks

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mfs/mkfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/mkfile b/fs/mkfile @@ -21,7 +21,7 @@ INSTALL_DIRS = \ INSTALL_BIN = `{find bin -type f} -INSTALL_SYMLINKS = \ +INSTALL_SYMLINK = \ . /usr \ bin /sbin \ ../tmp /var/tmp