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
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
fuse2
/
build
blob
8357aa0b018776099df6f306b13515b8eb6d564c
1
#!/bin/sh -e
2
3
for
f
in
*
.
patch
;
do
4
patch
-p1
<
"
$f
"
;
5
done
6
7
.
/
configure \
8
--prefix
=/
usr \
9
--bindir
=/
usr
/
bin \
10
--sbindir
=/
usr
/
bin \
11
--datarootdir
=/
usr
/
share \
12
--disable-example
\
13
MOUNT_FUSE_PATH
=/
usr
/
bin \
14
UDEV_RULES_PATH
=/
usr
/
lib
/
udev
15
16
make
17
make
DESTDIR
=
"
$1
"
install