Skip to content
Snippets Groups Projects
Commit 42e55f3a authored by Pablo Correa Gomez's avatar Pablo Correa Gomez Committed by Kevin Daudt
Browse files

main/tar: do not symlink tar under /usr

busybox's tar is installed only under /bin. This file being duplicated
across the /usr hierarchy breaks the /usr merge script. There's the
unlikely chance that something has tar hard-coded with the /usr path,
but there seems to be nothing in aports or mkinitfs, and that would
still be broken with tar from busybox
parent 00980e93
No related branches found
No related tags found
1 merge request!76940main/tar: do not symlink tar under /usr
Pipeline #307899 skipped
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=tar
pkgver=1.35
pkgrel=2
pkgrel=3
pkgdesc="Utility used to store, backup, and transport files"
url="https://www.gnu.org/software/tar/"
arch="all"
......@@ -54,7 +54,6 @@ package() {
mkdir "$pkgdir"/bin
mv "$pkgdir"/usr/bin/tar "$pkgdir"/bin/
ln -s /bin/tar "$pkgdir"/usr/bin/tar
}
sha512sums="
......
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