Changeset a1422e1
- Timestamp:
- 09/22/2021 09:21:31 PM (3 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make-aux-files.sh
r7146c9d ra1422e1 4 4 5 5 # Get base file name and move bootscripts directory to that name 6 version=`grep "ENTITY lfs-bootscripts-version" packages.ent | cut -d'"' -f2`6 version=`grep "ENTITY lfs-bootscripts-version" packages.ent | head -n1| cut -d'"' -f2` 7 7 mv bootscripts lfs-bootscripts-$version 8 8
Note:
See TracChangeset
for help on using the changeset viewer.