2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/samurai/build
2020-03-05 19:36:05 +02:00

7 lines
100 B
Bash
Executable File

#!/bin/sh -e
make PREFIX=/usr
make PREFIX=/usr DESTDIR="$1" install
ln -s samu "$1/usr/bin/ninja"