From 42e55f3af538fc79d9583d5236bbb3e39934bcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 12 Dec 2024 21:43:55 +0100 Subject: [PATCH] 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 --- main/tar/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/tar/APKBUILD b/main/tar/APKBUILD index 5f703601116..962293a9c29 100644 --- a/main/tar/APKBUILD +++ b/main/tar/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter 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="