2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/openresolv/build

10 lines
114 B
Plaintext
Raw Normal View History

2021-07-09 22:26:15 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc
make
2021-07-18 02:55:30 +00:00
make install