2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/core/m4/build
2019-06-19 10:45:26 +03:00

13 lines
185 B
Bash
Executable File

#!/bin/sh -e
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"