vim ver. bump

This commit is contained in:
Rmys
2023-11-03 16:32:22 +03:00
committed by GitHub
parent 1d59d15ede
commit 617d635fc6
+1 -1
View File
@@ -68,7 +68,7 @@ def build():
autotools.make() autotools.make()
def install(): 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 # enough for gui building, quit here
if get.buildTYPE() == "gui": if get.buildTYPE() == "gui":