1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00

finished rewrite, working on builing GRUB et al, and then the kernel

This commit is contained in:
Kyle Glaws
2022-03-31 20:22:45 -04:00
parent 59f094cc23
commit 07454f32a4
85 changed files with 217 additions and 1306 deletions

View File

@ -1,22 +1,7 @@
#!/usr/bin/env bash
# Less Stage 6
# ~~~~~~~~~~~~
set -e
cd /sources
eval "$(grep LESS $PACKAGE_LIST)"
PKG_LESS=$(basename $PKG_LESS)
tar -xf $PKG_LESS
cd ${PKG_LESS%.tar*}
# Less Phase 4
./configure --prefix=/usr --sysconfdir=/etc
make
make install
cd /sources
rm -rf ${PKG_LESS%.tar*}