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
patchutils: new package at 0.4.2
[kiss-trunc88.git]
/
subversion
/
build
blob
8358c5a3196b9efe767400ffd6cc6c5a19cb1415
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--disable-nls
\
7
--disable-debug
\
8
--enable-optimize
9
10
make
11
make
DESTDIR
=
"
$1
"
install