mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-07 18:24:59 -07:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
make \
|
||
|
DESTDIR="$1" \
|
||
|
PREFIX=/usr \
|
||
|
BINOWN="$(id -u)" \
|
||
|
BINGRP="$(id -g)" \
|
||
|
install
|