dotconf ver. bump

This commit is contained in:
Rmys
2024-04-14 17:23:32 +03:00
parent 788b9f6382
commit 40fc6a7c12
2 changed files with 13 additions and 2 deletions
+4
View File
@@ -6,8 +6,12 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
pisitools.dosed("src/dotconf.c", "dotconf_continue_line_new", "dotconf_continue_line")
shelltools.system("sed -i 's|cp1, tmp|cp1|g' src/dotconf.c")
autotools.autoreconf("-i")
autotools.configure("--disable-static")