libsignon-glib: ver. bump to 2.4.1

This commit is contained in:
suvari
2020-03-04 22:19:08 +03:00
parent b827229c02
commit 1cd068bbc6
2 changed files with 11 additions and 2 deletions
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-Wno-error")
shelltools.system("./autogen.sh \
--prefix=/usr \
--localstatedir=/var \
@@ -23,5 +24,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*", "AUTHORS", "COPYING", "NEWS")