forked from kiss-community/repo
kiss: Remove gettext
This commit is contained in:
parent
815b7b435b
commit
ac8e3ad80e
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
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"
|
@ -1 +0,0 @@
|
||||
66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c gettext-0.20.1.tar.gz
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.gz
|
@ -1 +0,0 @@
|
||||
0.20.1 1
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user