From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 752A9158064 for ; Fri, 3 May 2024 06:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A91ADE2A36; Fri, 3 May 2024 06:32:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A172E2A36 for ; Fri, 3 May 2024 06:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE845340775 for ; Fri, 3 May 2024 06:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2445B1765 for ; Fri, 3 May 2024 06:32:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714717965.75ea57c14a00760dddbde6f1c0c3d9abe3e55632.sam@gentoo> Subject: [gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: / X-VCS-Repository: proj/toolchain/linux-headers-patches X-VCS-Files: rip-headers.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 75ea57c14a00760dddbde6f1c0c3d9abe3e55632 X-VCS-Branch: master Date: Fri, 3 May 2024 06:32:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 344dabc1-fdf6-45dd-9a95-9b89fc2d2b8c X-Archives-Hash: fd97fd8475a5afa5a68c7f740e696638 commit: 75ea57c14a00760dddbde6f1c0c3d9abe3e55632 Author: Sam James gentoo org> AuthorDate: Fri May 3 06:32:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 06:32:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=75ea57c1 rip-headers.sh: fallback to /var/cache/distfiles too Signed-off-by: Sam James gentoo.org> rip-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rip-headers.sh b/rip-headers.sh index 717405b..a5349db 100755 --- a/rip-headers.sh +++ b/rip-headers.sh @@ -13,7 +13,7 @@ dst=gentoo-headers-base-${ver} distdir=$(portageq distdir) if [ ! -d ${src} ] ; then - for srcdir in . "${distdir}" /usr/portage/distfiles ; do + for srcdir in . "${distdir}" /var/cache/distfiles /usr/portage/distfiles ; do for ext in bz2 xz ; do srctar=${srcdir}/${src}.tar.${ext} if [ -e ${srctar} ] ; then