attr does not install man pages in man2 and man5 anymore, so no need
for removing them. This fixes a stupid bug, that removed all man-pages man2 pages when porg was used!
This commit is contained in:
parent
fcb78f4822
commit
9a61eadbbf
1 changed files with 0 additions and 18 deletions
18
LFS/lfs.xsl
18
LFS/lfs.xsl
|
@ -253,15 +253,6 @@ esac
|
|||
<xsl:if test="../@id = 'ch-system-man-pages'">
|
||||
<!-- these files are provided by the shadow package -->
|
||||
<xsl:text>rm -fv /usr/share/man/{man3/getspnam.3,man5/passwd.5}
|
||||
</xsl:text>
|
||||
</xsl:if>
|
||||
<!-- Attr man/man2 pages are already installed by man-pages. As of
|
||||
March 2013, they are the same pages.
|
||||
November 2015: now they are more accurate
|
||||
in man-pages, and the man5 section is also in man-pages... -->
|
||||
<xsl:if test="../@id = 'ch-system-attr'">
|
||||
<xsl:text>rm -fv /usr/share/man/man2/*
|
||||
rm -fv /usr/share/man/man5/*
|
||||
</xsl:text>
|
||||
</xsl:if>
|
||||
<!-- nologin is installed by util-linux. remove it from shadow -->
|
||||
|
@ -280,15 +271,6 @@ SECONDS=${PREV_SEC}
|
|||
<xsl:if test="../@id = 'ch-system-man-pages'">
|
||||
<!-- these files are provided by the shadow package -->
|
||||
<xsl:text>rm -fv $PKG_DEST/usr/share/man/{man3/getspnam.3,man5/passwd.5}
|
||||
</xsl:text>
|
||||
</xsl:if>
|
||||
<!-- Attr man/man2 pages are already installed by man-pages. As of
|
||||
March 2013, they are the same pages.
|
||||
November 2015: now they are more accurate
|
||||
in man-pages, and the man5 section is also in man-pages... -->
|
||||
<xsl:if test="../@id = 'ch-system-attr'">
|
||||
<xsl:text>rm -fv $PKG_DEST/usr/share/man/man2/*
|
||||
rm -fv $PKG_DEST/usr/share/man/man5/*
|
||||
</xsl:text>
|
||||
</xsl:if>
|
||||
<!-- nologin is installed by util-linux. remove it from shadow -->
|
||||
|
|
Reference in a new issue