Changeset 74bc547 for make-aux-files.sh
- Timestamp:
- 09/01/2021 02:53:14 PM (2 years ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 9bfd0b5
- Parents:
- 7f5f7e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make-aux-files.sh
r7f5f7e67 r74bc547 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.