2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/core/m4/build
2019-10-07 16:47:54 +03:00

10 lines
112 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
rm -f "$1/usr/lib/charset.alias"