acl:rebuild
This commit is contained in:
@@ -28,5 +28,7 @@ def install():
|
|||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
shelltools.chmod("%s/lib/libacl.so.*.*.*" % get.installDIR(), 0755)
|
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")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
<Path fileType="man">/usr/share/man/man3</Path>
|
<Path fileType="man">/usr/share/man/man3</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|||||||
Reference in New Issue
Block a user