repo/extra/ssu/build
2021-07-05 16:42:28 +03:00

10 lines
123 B
Bash
Executable File

#!/bin/sh -e
make
make \
DESTDIR="$1" \
PREFIX=/usr \
BINOWN="$(id -u)" \
BINGRP="$(id -g)" \
install