Changeset a1422e1


Ignore:
Timestamp:
09/22/2021 09:21:31 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2198b5e
Parents:
7146c9d
git-author:
Pierre Labastie <pierre.labastie@…> (09/01/2021 02:53:14 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/22/2021 09:21:31 PM)
Message:

Fix make-aux-file for lfs-bootscript entities

now, grep returns two lines. Keep only the first one, and
add a comment in packages;ent so that the first line is the
one we want!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make-aux-files.sh

    r7146c9d ra1422e1  
    44
    55# Get base file name and move bootscripts directory to that name
    6 version=`grep "ENTITY lfs-bootscripts-version" packages.ent |cut -d'"' -f2`
     6version=`grep "ENTITY lfs-bootscripts-version" packages.ent | head -n1| cut -d'"' -f2`
    77mv bootscripts lfs-bootscripts-$version
    88
Note: See TracChangeset for help on using the changeset viewer.