mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-25 23:56:27 -07:00
gettext: Fix musl conflict.
This commit is contained in:
parent
2441e60920
commit
94f8d4cfe3
@ -15,3 +15,9 @@
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Fix conflict with musl.
|
||||
[ -e "$1/usr/include/libintl.h" ] && {
|
||||
mkdir -p "$1/usr/include/gettext"
|
||||
mv "$1/usr/include/libintl.h" "$1/usr/include/gettext"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user