Changeset 5a965ad for jhalfs


Ignore:
Timestamp:
07/06/2020 05:23:47 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
5dd7bff
Parents:
9593197
Message:

When copying packageManager.xml, use a sed to replace BOOK with $BOOK

This allows loading entities from the lfs book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r9593197 r5a965ad  
    412412# Copy packageManager.xml, if needed
    413413  [[ "$PKGMNGT" = "y" ]] && [[ "$PROGNAME" = "lfs" ]] && {
    414     cp "$PKGMNGTDIR/packageManager.xml" "$JHALFSDIR/"
     414    sed s@BOOK@"$BOOK"@ "$PKGMNGTDIR/packageManager.xml" > \
     415                        "$JHALFSDIR/"packageManager.xml
    415416    cp "$PKGMNGTDIR/packInstall.sh" "$JHALFSDIR/"
    416417    }
Note: See TracChangeset for help on using the changeset viewer.