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/sed.sh

19 lines
269 B
Bash

# Sed Phase 4
./configure --prefix=/usr
make
make html
if $RUN_TESTS
then
set +e
chown -R tester .
su tester -c "PATH=$PATH make check"
set -e
fi
make install
install -d -m755 /usr/share/doc/sed-4.8
install -m644 doc/sed.html /usr/share/doc/sed-4.8