repo/extra/openresolv/build

9 lines
103 B
Plaintext
Raw Normal View History

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