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:
@ -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*}
|
||||
|
||||
|
Reference in New Issue
Block a user