1 2 3 4 5
#!/bin/sh -e make LDFLAGS="$LDFLAGS -static" install -Dm755 vi "$1/usr/bin/vi" ln -sf vi "$1/usr/bin/ex"