From ff34565b4608d4acc65d063f4edc573e4bef450e Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 29 Nov 2018 22:27:58 +0300 Subject: [PATCH] acl:rebuild --- system/base/acl/actions.py | 2 ++ system/base/acl/pspec.xml | 1 + 2 files changed, 3 insertions(+) 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