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
gcc, llvm: don't use -DNDEBUG
[kiss-trunc88.git]
/
xwallpaper
/
build
blob
76766013a2c3c90d69d0c07c397307a5f830db02
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--without-seccomp
\
6
--without-xpm
7
8
make
9
make
DESTDIR
=
"
$1
"
install
10