2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 11:40:21 -07:00
repo/extra/openresolv/build

10 lines
114 B
Plaintext
Raw Normal View History

2021-07-09 16:26:15 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc
make
2021-07-17 20:55:30 -06:00
make install