repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pcre2: bump to 10.40
[kiss-trunc88.git]
/
signify
/
build
blob
31da48b335712d77aafcf682feeddf7975a89d44
1
#!/bin/sh -e
2
3
export
LDFLAGS
=
"
$LDFLAGS
-static"
4
5
make
6
7
mkdir
-p
"
$1
/usr/bin"
"
$1
/usr/share/man/man1"
8
9
cp
signify
"
$1
/usr/bin/"
10
cp
signify
.1
"
$1
/usr/share/man/man1/"