kiss-mfavila-large/ports/libpipeline-git/build

13 lines
172 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
# We need to run the included script, otherwise the build
# will totally fail.
./release.sh
./configure \
--prefix=/usr
make
make DESTDIR="$1" install