kiss-mfavila-large/ports/rpcsvc/build

8 lines
78 B
Plaintext
Raw Normal View History

2021-10-17 01:45:07 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install