1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-07-05 13:13:31 +00:00
morpheus/pkgs/sinit

11 lines
230 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: crossmusl
url="git://git.2f30.org/sinit"
cd src
[ -d sinit ] || git clone $url
cd sinit
make clean
make -j$nprocs CC=$CC LDFLAGS="$LDFLAGS" || return 1
2014-02-20 16:10:47 +00:00
make PREFIX="$root" install
cd "$root"
2014-02-06 12:16:16 +00:00
ln -sf /bin/sinit init