1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-29 21:01:54 +00:00
Files
MyLFS-big_bash_script/phase4/expat.sh

19 lines
266 B
Bash

# Expat Phase 4
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/expat-2.4.6
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install
install -m644 doc/*.{html,css} /usr/share/doc/expat-2.4.6