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
croc: disable ipv6 with sed instead of patch
[kiss-trunc88.git]
/
dssi
/
build
blob
c7f67ba13f27b5d6ec72fa3d351464380bd8a6ec
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
.
/
configure \
6
--prefix
=/
usr \
7
--sysconfdir
=/
etc \
8
--localstatedir
=/
var
9
10
make
11
make install