gettext: lint

This commit is contained in:
Muhammad Herdiansyah 2019-06-17 16:15:31 +07:00
parent 204208f994
commit 427e46e074

View File

@ -5,6 +5,6 @@
make
make DESTDIR="$1" install
# fix conflict with musl
mkdir "$1"/usr/include/gettext
mv "$1"/usr/include/libintl.h "$1"/usr/include/gettext/libintl.h
# Fix conflict with musl.
mkdir -p "$1/usr/include/gettext"
mv "$1/usr/include/libintl.h" "$1/usr/include/gettext/libintl.h"