2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-03 23:30:51 -06:00
repo/core/samurai/build
2020-03-05 18:29:19 +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"