2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-01 05:51:05 -06:00
repo/extra/samurai/build

8 lines
136 B
Plaintext
Raw Normal View History

2019-10-31 17:18:45 -06:00
#!/bin/sh -e
make PREFIX=/usr
2021-07-17 21:10:25 -06:00
make PREFIX=/usr install
2019-10-31 17:18:45 -06:00
ln -sf samu "$1/usr/bin/ninja"
ln -sf samu.1 "$1/usr/share/man/man1/ninja.1"