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

make DESTDIR="$1" PREFIX=/usr install
install -Dm644 sysmgr.boot "$1/etc/init/sysmgr.boot"
install -Dm644 sysmgr.pre.shutdown "$1/etc/init/sysmgr.pre.shutdown"