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]
/
nvi
/
build
blob
eeadf45ce370b3d1b703de0e95a6ceeb25bf968e
1
#!/bin/sh -e
2
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"