Skip to content
Snippets Groups Projects
Verified Commit d8e776de authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/coreutils: and don't come back, stupid symlinks

parent 3fb0b782
No related branches found
No related tags found
No related merge requests found
......@@ -57,22 +57,6 @@ package() {
rm -rf "$pkgdir"/usr/lib/charset.alias
rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true
install -d "$pkgdir"/bin "$pkgdir"/usr/sbin
cd "$pkgdir"/usr/bin/
# We want to put these in /bin to match busybox (?)
local busybox_bin="base64 cat chgrp chmod chown cp date dd df echo
false ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir
sleep stat stty sync touch true uname"
for i in $busybox_bin; do
rm "$pkgdir"/usr/bin/$i
ln -s ../usr/bin/coreutils "$pkgdir"/bin/$i
done
rm "$pkgdir"/usr/bin/chroot
ln -s ../bin/coreutils "$pkgdir"/usr/sbin/chroot
}
sha512sums="ef8941dae845bbf5ae5838bc49e44554a766302930601aada6fa594e8088f0fbad74e481ee392ff89633e68b99e4da3f761fcb5d31ee3b233d540fe2a2d4e1af coreutils-8.31.tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment