Changeset 56d8426 for LFS


Ignore:
Timestamp:
12/21/2014 11:25:47 AM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
b1f4a8d
Parents:
b9c3497
Message:

Fix 2 minor bugs:

  • the tzdata DESTDIR should not be tzdata, because some package managers use

$PACKAGE as their working directory, and this may conflicts with this one.
tzdata DESTDIR is now 001-tzdata

  • when reading md5sums, the current code assumes that there is only one

<para><literal> node reachable from ../.. (relative to <ulink>). This is true
for the "official" book, but not necessarily for the snippets written for
package management. The following change only assumes that the md5sum
<para><literal> for a given <ulink> is the first one after <para><ulink>,
which does not change anything for the book, and is better for user
written snippets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rb9c3497 r56d8426  
    456456OLD_PKG_DEST=$PKG_DEST
    457457OLD_PKGDIR=$PKGDIR
    458 PKG_DEST=$(dirname $OLD_PKG_DEST)/tzdata
     458PKG_DEST=$(dirname $OLD_PKG_DEST)/001-tzdata
    459459PKGDIR=$(dirname $PKGDIR)/tzdata-</xsl:text>
    460460        <xsl:copy-of select="substring-before(
Note: See TracChangeset for help on using the changeset viewer.