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-experimental: bump to 1.11.0-git-20220401
[kiss-trunc88.git]
/
mosh.mine
/
build
blob
8cdb11c479612915a7b5e39c0827d01c0c6fc9e1
1
#!/bin/sh -e
2
3
.
/
autogen.sh
4
#./configure --enable-compile-warnings=error \
5
.
/
configure \
6
--prefix
=/
usr \
7
--sysconfdir
=/
etc
8
make
9
10
make
DESTDIR
=
"
$1
"
install
11
install
-Dm644
conf
/
bash-completion
/
completions
/
mosh \
12
"
$1
/usr/share/bash-completion/completions/mosh"