Follow symlinks when installing packages

Especially useful for symlinked /bin or /sbin
This commit is contained in:
Fabian 2019-08-24 11:25:13 +00:00
parent 9c8c735dc2
commit c55b90657f

2
src/ipkg Executable file → Normal file
View File

@ -17,4 +17,4 @@ then
fi
cd "$DESTDIR"
zstd -qcd "$PKGDIR/$1-$pkg_version.tar.zst" | tar vxf - --same-owner
zstd -qcd "$PKGDIR/$1-$pkg_version.tar.zst" | tar vxhf - --same-owner