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

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

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