repo/extra/openresolv/build

9 lines
103 B
Plaintext
Raw Normal View History

2020-03-10 22:15:16 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin
make
make DESTDIR="$1" install