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

9 lines
103 B
Plaintext
Raw Normal View History

2019-12-02 13:57:13 -07:00
#!/bin/sh -e
./configure \
2020-02-10 14:33:38 -07:00
--prefix=/usr \
--sbindir=/usr/bin
2019-12-02 13:57:13 -07:00
make
make DESTDIR="$1" install