diff --git a/system/base/acl/actions.py b/system/base/acl/actions.py index e19b6d53..b67180b2 100644 --- a/system/base/acl/actions.py +++ b/system/base/acl/actions.py @@ -28,5 +28,7 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) shelltools.chmod("%s/lib/libacl.so.*.*.*" % get.installDIR(), 0755) + shelltools.copytree("%s/lib/pkgconfig" % get.installDIR(), "%s/usr/lib/pkgconfig" % get.installDIR()) + pisitools.removeDir("/lib/pkgconfig") pisitools.dodoc("README") diff --git a/system/base/acl/pspec.xml b/system/base/acl/pspec.xml index 32e3a012..4ccab44d 100644 --- a/system/base/acl/pspec.xml +++ b/system/base/acl/pspec.xml @@ -41,6 +41,7 @@ /usr/include + /usr/lib/pkgconfig /usr/share/man/man3