diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-24 18:07:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-24 18:07:48 +0300 |
commit | 34d5abd67185b234e904a5cac589c412c5734795 (patch) | |
tree | 5b511d48628bdf1ccc7a87f8e149592b1ab46e5f /core/neatvi/build | |
parent | 0eef68494c1c54690eb4dcd0f7d53be62059bb40 (diff) | |
download | repository-34d5abd67185b234e904a5cac589c412c5734795.tar.gz |
neatvi: link statically
Diffstat (limited to 'core/neatvi/build')
-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 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" |