commit 895991676c125e0a2a78d836965f20a6b44c2629 parent 1dc25793db15906ee4197974bc96d3f91989af59 Author: sin <sin@2f30.org> Date: Thu, 6 Feb 2014 12:16:16 +0000 Place the symlink properly Diffstat:
M | pkgs/sinit | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/sinit b/pkgs/sinit @@ -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 }