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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE7741382C5 for ; Fri, 28 May 2021 15:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A127E0A90; Fri, 28 May 2021 15:57:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7CE2E0A94 for ; Fri, 28 May 2021 15:57:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 186E8340E3E for ; Fri, 28 May 2021 15:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C060579B for ; Fri, 28 May 2021 15:57:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622217417.a599a3a728ced35217c0cbbc507781c1effecaed.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/schroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/schroot/schroot-1.6.10_p7-r1.ebuild dev-util/schroot/schroot-1.6.10_p7.ebuild X-VCS-Directories: dev-util/schroot/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a599a3a728ced35217c0cbbc507781c1effecaed X-VCS-Branch: master Date: Fri, 28 May 2021 15:57:41 +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: 674f9186-d19d-42fe-8826-4900c97033f6 X-Archives-Hash: 6fd7f09c021ec66856303f99c2ef40fb commit: a599a3a728ced35217c0cbbc507781c1effecaed Author: Sam James gentoo org> AuthorDate: Fri May 28 15:56:57 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 28 15:56:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a599a3a7 dev-util/schroot: fix docinto argument (avoid double 'prefix') Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> .../schroot/{schroot-1.6.10_p7.ebuild => schroot-1.6.10_p7-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/schroot/schroot-1.6.10_p7.ebuild b/dev-util/schroot/schroot-1.6.10_p7-r1.ebuild similarity index 97% rename from dev-util/schroot/schroot-1.6.10_p7.ebuild rename to dev-util/schroot/schroot-1.6.10_p7-r1.ebuild index d5d6798ee2b..c4d0bb6cfa2 100644 --- a/dev-util/schroot/schroot-1.6.10_p7.ebuild +++ b/dev-util/schroot/schroot-1.6.10_p7-r1.ebuild @@ -90,7 +90,7 @@ src_compile() { } src_test() { - if [[ $EUID -ne 0 ]]; then + if [[ ${EUID} -ne 0 ]]; then ewarn "Disabling tests because you are not root" return 0 fi @@ -103,7 +103,7 @@ src_install() { keepdir /var/lib/schroot/{session,unpack,union/{overlay,underlay}} - docinto /usr/share/doc/${PF}/contrib/setup.d + docinto contrib/setup.d dodoc contrib/setup.d/05customdir contrib/setup.d/09fsck contrib/setup.d/10mount-ssh newdoc debian/schroot.NEWS NEWS.debian