repo/extra/openresolv/build

10 lines
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
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" install