1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 10:08:35 +00:00

Place the symlink properly

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

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