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

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