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
aerc.rjarry: bump to 0.10.0, use -modcacherw
[kiss-trunc88.git]
/
check
/
build
blob
186a1613d1ac355a5bf4613109e263b790a16b49
1
#!/bin/sh -e
2
3
#autoreconf -vfi
4
5
.
/
configure \
6
--prefix
=/
usr \
7
--sysconfdir
=/
etc \
8
--mandir
=/
usr
/
shar
e
/
man \
9
--localstatedir
=/
var \
10
--disable-build-docs
11
12
make
13
make
DESTDIR
=
"
$1
"
install
14
15
rm
-rf
"
$1
/usr/share/doc"