2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/samurai/build
2019-10-31 23:18:45 +00: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"