repo/extra/openresolv/build

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