2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-11 05:10:07 -07:00
repo/extra/gperf/build

11 lines
121 B
Plaintext
Raw Normal View History

2019-06-28 07:55:55 -06:00
#!/bin/sh -e
./configure \
2020-03-17 06:03:32 -06:00
--prefix=/usr
2019-06-28 07:55:55 -06:00
make
2021-07-17 20:22:02 -06:00
make install
2021-07-06 07:09:13 -06:00
# Remove HTML documentation.
rm -rf "$1/usr/share/doc"