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]
/
vala
/
build
blob
75de1837ef3576d3bd2f290ac9c2e69cd50fbd75
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--disable-valadoc
6
7
make
8
make
DESTDIR
=
"
$1
"
install
9
10
# Remove unnecessary stuff
11
find
"
$1
"
-name
"*.la"
-exec
rm
-rf
{} +
12
13
# Dir is not needed
14
rm
-rf
"
$1
/usr/share/devhelp"