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