2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-01 04:12:36 -07: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"