repo/extra/gperf/build

14 lines
173 B
Plaintext
Raw Normal View History

2019-06-28 07:55:55 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
2019-08-10 19:47:14 -06:00
# Remove all info files.
rm -rf "$1/usr/share/info"
2019-08-11 12:05:00 -06:00
# Remove docs.
rm -rf "$1/usr/share/doc"