dotconf ver. bump
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user