#!/bin/sh -e

make
make DESTDIR="$1" PREFIX=/usr install

install -Dm644 sysmgr.boot "$1/etc/init/sysmgr.boot"