kiss-mfavila-large/ports/libpipeline-git/build
2021-05-09 03:10:08 -03:00

13 lines
172 B
Bash
Executable File

#!/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