From 617d635fc635378492b8bda7caa18b438de91f6f Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 3 Nov 2023 16:32:22 +0300 Subject: [PATCH] vim ver. bump --- editor/vi/vim/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/vi/vim/actions.py b/editor/vi/vim/actions.py index a3f88ae828..ad67325348 100644 --- a/editor/vi/vim/actions.py +++ b/editor/vi/vim/actions.py @@ -68,7 +68,7 @@ def build(): autotools.make() def install(): - autotools.rawInstall("VIMRCLOC=/etc/vim DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("-j1 VIMRCLOC=/etc/vim DESTDIR=%s" % get.installDIR()) # enough for gui building, quit here if get.buildTYPE() == "gui":