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

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

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