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
llvm, clang: bump to 14.0.6
[kiss-trunc88.git]
/
ratox
/
build
blob
d50ff8c21d40881175b4953e6051d0664d56d82b
1
#!/bin/sh -e
2
3
cp
config.def.h config.h
4
sed
-i
's/encryptsavefile = 0/encryptsavefile = 1/'
config.h
5
sed
-i
's/friendmsg_log = 1/friendmsg_log = 0/'
config.h
6
7
make
8
make
DESTDIR
=
"
$1
"
PREFIX
=/
usr
install