forked from kiss-community/repo
gettext: fix conflict with musl
This commit is contained in:
parent
dde4e49526
commit
64071bc97d
@ -4,3 +4,7 @@
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user