forked from kiss-community/repo
Merge pull request #10 from konimex/gettext-conflict
gettext: fix conflict with musl
This commit is contained in:
commit
fc4113c1ac
@ -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
Loading…
Reference in New Issue
Block a user