diff --git a/pkgs/sinit b/pkgs/sinit index c46d6ad..7835fcf 100644 --- a/pkgs/sinit +++ b/pkgs/sinit @@ -5,7 +5,5 @@ build: crossmusl make clean make -j$nprocs CC=$CC LDFLAGS="$LDFLAGS" make PREFIX="$root" install - cd "$root" - ln -sf /bin/sinit init - cd bin + cd "$root/bin" ln -sf sinit init