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