Changeset 9a61ead for LFS


Ignore:
Timestamp:
12/22/2019 09:53:30 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
c035132
Parents:
fcb78f4
Message:

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!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rfcb78f4 r9a61ead  
    256256</xsl:text>
    257257          </xsl:if>
    258 <!-- Attr man/man2 pages are already installed by man-pages. As of
    259      March 2013, they are the same pages.
    260      November 2015: now they are more accurate
    261      in man-pages, and the man5 section is also in man-pages... -->
    262           <xsl:if test="../@id = 'ch-system-attr'">
    263             <xsl:text>rm -fv /usr/share/man/man2/*
    264 rm -fv /usr/share/man/man5/*
    265 </xsl:text>
    266           </xsl:if>
    267258<!-- nologin is installed by util-linux. remove it from shadow -->
    268259          <xsl:if test="../@id = 'ch-system-shadow'">
     
    281272<!-- these files are provided by the shadow package -->
    282273            <xsl:text>rm -fv $PKG_DEST/usr/share/man/{man3/getspnam.3,man5/passwd.5}
    283 </xsl:text>
    284           </xsl:if>
    285 <!-- Attr man/man2 pages are already installed by man-pages. As of
    286      March 2013, they are the same pages.
    287      November 2015: now they are more accurate
    288      in man-pages, and the man5 section is also in man-pages... -->
    289           <xsl:if test="../@id = 'ch-system-attr'">
    290             <xsl:text>rm -fv $PKG_DEST/usr/share/man/man2/*
    291 rm -fv $PKG_DEST/usr/share/man/man5/*
    292274</xsl:text>
    293275          </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.