diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/neatvi/build | 2 | ||||
-rw-r--r-- | core/neatvi/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/neatvi/build b/core/neatvi/build index 4f034fe3..0bc99d13 100755 --- a/core/neatvi/build +++ b/core/neatvi/build @@ -1,5 +1,5 @@ #!/bin/sh -e -make +make LDFLAGS="$LDFLAGS -static" install -Dm755 vi "$1/usr/bin/vi" ln -sf vi "$1/usr/bin/ex" diff --git a/core/neatvi/version b/core/neatvi/version index 1270cc06..226776ba 100644 --- a/core/neatvi/version +++ b/core/neatvi/version @@ -1 +1 @@ -07 1 +07 2 |