kiss-mfavila-large/ports/official/core/gavin-bc/build

9 lines
123 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
make
make DESTDIR="$1" install
2022-08-23 20:40:30 +00:00
install -Dm755 bin/bc "$1/usr/bin/bc"