#!/bin/sh -e

make LDFLAGS="$LDFLAGS -static"
clinst -Dm755 vi "$1/usr/bin/vi"
ln -sf vi "$1/usr/bin/ex"