2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-07 07:02:48 -07:00
repo/extra/gperf/build
2020-03-17 14:02:55 +02:00

10 lines
122 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--without-xmlto \
--disable-specs
make
make DESTDIR="$1" install