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