ports

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

commit 0aca10547d4ac2590f9e29831f3aed30f027401d
parent 5d21ebf52d543d1e87500e45906407e93d28f352
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 22 May 2014 12:24:51 +0200

vim: make bindir in install rule

previous install -m 755 -d $ROOT/$BINDIR/vi was a typo

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

Diffstat:
Mvim/vim.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/vim.mk b/vim/vim.mk @@ -17,4 +17,5 @@ $TARG:QV: install:QV: make DESTDIR="$ROOT" install + install -m 755 -d $ROOT/$BINDIR ln -sf vim $ROOT/$BINDIR/vi