1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-15 23:21:33 +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
# Groff Stage 6
# ~~~~~~~~~~~~~
set -e
cd /sources
eval "$(grep GROFF $PACKAGE_LIST)"
PKG_GROFF=$(basename $PKG_GROFF)
tar -xf $PKG_GROFF
cd ${PKG_GROFF%.tar*}
# Groff Phase 4
PAGE=letter ./configure --prefix=/usr
make -j1
make install
cd /sources
rm -rf ${PKG_GROFF%.tar*}