2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/extra/gperf/build
2021-07-18 05:22:02 +03:00

11 lines
121 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make install
# Remove HTML documentation.
rm -rf "$1/usr/share/doc"