aerc.rjarry: bump to 0.10.0, use -modcacherw
[kiss-trunc88.git] / nvi / build
blobeeadf45ce370b3d1b703de0e95a6ceeb25bf968e
1 #!/bin/sh -e
3 cd dist
4 ./distrib
5 cd ../build.unix
6 ../dist/configure \
7 --prefix=/usr \
8 --enable-widechar
9 make
10 make DESTDIR="$1" install
11 cd "$1/usr/bin"
12 ln -s "vi" "nvi"