A_OS/ports/official/base/sys/c-ssu/build

10 lines
123 B
Plaintext
Raw Normal View History

2023-04-30 20:16:11 -04:00
#!/bin/sh -e
make
make \
PREFIX=/usr \
DESTDIR="$1" \
BINOWN="$(id -u)" \
BINGRP="$(id -g)" \
install