diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:14:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:14:45 +0300 |
commit | 602ec39eef4c6d13c5c61e0ef9d3afd54e170a76 (patch) | |
tree | 42a58176836f4425b2517288d1361ef2a23054a2 /core | |
parent | 0d03aaac6f83676654657a32338a7faa9d06b9df (diff) | |
download | repository-602ec39eef4c6d13c5c61e0ef9d3afd54e170a76.tar.gz |
neatvi: use clinst
Diffstat (limited to 'core')
-rwxr-xr-x | core/neatvi/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/neatvi/build b/core/neatvi/build index 0bc99d13..7ccfd7e4 100755 --- a/core/neatvi/build +++ b/core/neatvi/build @@ -1,5 +1,5 @@ #!/bin/sh -e make LDFLAGS="$LDFLAGS -static" -install -Dm755 vi "$1/usr/bin/vi" +clinst -Dm755 vi "$1/usr/bin/vi" ln -sf vi "$1/usr/bin/ex" |