Place the symlink properly

This commit is contained in:
sin 2014-02-06 12:16:16 +00:00
parent 1dc25793db
commit 895991676c

View File

@ -15,7 +15,7 @@ install() {
pushd src/sinit
make PREFIX=$root install
popd
pushd $root/bin
ln -sf sinit init
pushd $root
ln -sf /bin/sinit init
popd
}