diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-27 15:53:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-27 15:53:20 +0300 |
commit | 07bf9d29ed532468b918ea6d248b3e6438bfa2d3 (patch) | |
tree | 097113c9515c26c1d0ceec7f5bd575e5250b31ed /extra/samurai | |
parent | 87af03df5e47384c554ae45b89d9961ce1c3b1f4 (diff) | |
parent | 290e8f62cca936133f7767e20c2def6bf992e243 (diff) | |
download | repository-07bf9d29ed532468b918ea6d248b3e6438bfa2d3.tar.gz |
Merge branch 'master' into libressl
Diffstat (limited to 'extra/samurai')
-rwxr-xr-x | extra/samurai/build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/samurai/build b/extra/samurai/build index 1dd11b38..547d1464 100755 --- a/extra/samurai/build +++ b/extra/samurai/build @@ -1,6 +1,7 @@ #!/bin/sh -e -make PREFIX=/usr +make PREFIX=/usr LDFLAGS="$LDFLAGS -static" make PREFIX=/usr DESTDIR="$1" install -ln -s samu "$1/usr/bin/ninja" +ln -s samu "$1/usr/bin/ninja" +ln -s samu.1 "$1/usr/share/man/man1/ninja.1" |