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":