forked from kiss-community/repo
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make PREFIX=/usr
|
|
make PREFIX=/usr DESTDIR="$1" install
|
|
|
|
ln -sf samu "$1/usr/bin/ninja"
|
|
ln -sf samu.1 "$1/usr/share/man/man1/ninja.1"
|