repo/core/m4/build

16 lines
246 B
Plaintext
Raw Normal View History

2019-05-14 20:05:50 +00:00
#!/bin/sh -e
2019-05-13 14:32:56 +00:00
2019-06-17 14:43:48 +00:00
patch -p1 < m4-1.4.18-glibc-change-work-around.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"
# Remove conflicting file.
2019-06-28 18:14:19 +00:00
rm -f "$1/usr/lib/charset.alias"