mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-26 15:46:59 +00:00
15 lines
119 B
Bash
15 lines
119 B
Bash
# XML::Parser Phase 4
|
|
perl Makefile.PL
|
|
|
|
make
|
|
|
|
if $RUN_TESTS
|
|
then
|
|
set +e
|
|
make test
|
|
set -e
|
|
fi
|
|
|
|
make install
|
|
|