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
yoshimi: bump to 2.2.0
[kiss-trunc88.git]
/
megatools-experimental
/
build
blob
d0305e4c054384d54c013906c54972f72da0f63e
1
#!/bin/sh -e
2
3
#export A2X=/bin/true
4
5
meson \
6
--prefix
=/
usr \
7
-Dbuildtype
=
plain \
8
-Ddebug
=
false \
9
-Dstrip
=
true \
10
-Db_ndebug
=
true \
11
. build
12
13
ninja
-C
build
14
ninja
-C
build
install
15
16
rm
-rf
"
$1
/usr/share/doc"