repo/extra/samurai/build

7 lines
100 B
Plaintext
Raw Normal View History

2019-10-31 23:18:45 +00:00
#!/bin/sh -e
make PREFIX=/usr
make PREFIX=/usr DESTDIR="$1" install
ln -s samu "$1/usr/bin/ninja"