kiss-mfavila-large/ports/libpcap/build

8 lines
82 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-05-11 00:07:37 -04:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install