zeitgeist rebuild.

This commit is contained in:
4fury-c3440d8
2022-12-29 01:42:05 +03:00
parent daa7f83262
commit ba69c48cb6
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
autotools.configure("--enable-fts")
def build():
autotools.make()