2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

Merge pull request #10 from konimex/gettext-conflict

gettext: fix conflict with musl
This commit is contained in:
black 2019-06-17 12:19:12 +03:00 committed by GitHub
commit fc4113c1ac
2 changed files with 2072 additions and 2067 deletions

View File

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

File diff suppressed because it is too large Load Diff