repo/extra/ssu/build

10 lines
123 B
Bash
Executable File

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