aboutsummaryrefslogtreecommitdiff
path: root/core/neatvi/build
blob: b2cd088850c92245be6ae0827db0051b189d856d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

make
install -Dm755 vi "$1/usr/bin/vi"
ln -sf vi "$1/usr/bin/ex"

# Add this as a vim alternative
ln -sf vi "$1/usr/bin/vim"