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

20 lines
255 B
Bash

# Gawk Phase 4
sed -i 's/extras//' Makefile.in
./configure --prefix=/usr
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install
mkdir -p /usr/share/doc/gawk-5.1.1
cp doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-5.1.1