2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-03 23:50:50 -06:00
repo/extra/gperf/build

11 lines
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
make DESTDIR="$1" install
2021-07-06 07:09:13 -06:00
# Remove HTML documentation.
rm -rf "$1/usr/share/doc"