acl:rebuild

This commit is contained in:
Rmys
2018-11-29 22:27:58 +03:00
parent f03ee49f25
commit ff34565b46
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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")