From ec6c1fb00eca1ee8a87fd221d9306d198ef72a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 13 Mar 2016 19:42:14 +0200 Subject: [PATCH] update and fix --- system/devel/libseccomp/actions.py | 3 +++ system/devel/libseccomp/pspec.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/system/devel/libseccomp/actions.py b/system/devel/libseccomp/actions.py index ad8cad3e..09e900dc 100644 --- a/system/devel/libseccomp/actions.py +++ b/system/devel/libseccomp/actions.py @@ -6,8 +6,11 @@ from pisi.actionsapi import autotools from pisi.actionsapi import get +from pisi.actionsapi import shelltools + def setup(): + shelltools.system("sh ./autogen.sh") autotools.configure() def build(): diff --git a/system/devel/libseccomp/pspec.xml b/system/devel/libseccomp/pspec.xml index 7bf33211..d491fd82 100644 --- a/system/devel/libseccomp/pspec.xml +++ b/system/devel/libseccomp/pspec.xml @@ -24,7 +24,7 @@ /usr/bin /usr/share/man - /usr/lib/* + /usr/lib @@ -35,6 +35,7 @@ /usr/include + /usr/lib/pkgconfig