diff options
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-x | extra/yash/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yash/build b/extra/yash/build index b70f863b..d01449fa 100755 --- a/extra/yash/build +++ b/extra/yash/build @@ -2,6 +2,8 @@ export LDFLAGS="$LDFLAGS -static" +patch -p1 < neatvi-completion.patch + ./configure \ --prefix=/usr \ --enable-help \ |