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

18 lines
244 B
Bash

# Intltool Phase 4
sed -i 's:\\\${:\\\$\\{:' intltool-update.in
./configure --prefix=/usr
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install
install -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-0.51.0/I18N-HOWTO