repo/extra/gperf/build

10 lines
122 B
Plaintext
Raw Normal View History

2019-06-28 07:55:55 -06:00
#!/bin/sh -e
./configure \
2020-03-17 06:02:55 -06:00
--prefix=/usr \
--without-xmlto \
--disable-specs
2019-06-28 07:55:55 -06:00
make
make DESTDIR="$1" install