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
cifs-utils: fork and bump to 6.15
[kiss-trunc88.git]
/
samplv1
/
build
blob
5818a91a1aced432b51a542608b52ea150898097
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cmake
-S
.
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-DCMAKE_BUILD_TYPE
=
None
8
9
cmake
--build
build
10
cmake
--install
build