Merge pull request #8392 from suvari/master
perl-XML-SAX-Base: remove man
This commit is contained in:
@@ -19,5 +19,7 @@ def check():
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
# Remove autotools installed man pages
|
||||
pisitools.removeDir("/usr/share/man")
|
||||
|
||||
pisitools.dodoc("MANIFEST", "README", "Changes")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-XML-SAX-Base</Name>
|
||||
@@ -27,10 +27,17 @@
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/perl5/vendor_perl</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<!-- <Path fileType="man">/usr/share/man</Path> -->
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-04-09</Date>
|
||||
<Version>1.09</Version>
|
||||
<Comment>Remove man</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-13</Date>
|
||||
<Version>1.09</Version>
|
||||
|
||||
Reference in New Issue
Block a user