1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-22 01:13:07 +00:00
Files
MyLFS-big_bash_script/phase4/gettext.sh

18 lines
253 B
Bash

# Gettext Phase 4
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/gettext-0.21
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install
chmod 0755 /usr/lib/preloadable_libintl.so