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 AE7D0139337 for ; Thu, 29 Jul 2021 02:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E75BAE08CE; Thu, 29 Jul 2021 02:59:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CBC28E08CE for ; Thu, 29 Jul 2021 02:59:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 67EAA342BE2 for ; Thu, 29 Jul 2021 02:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C19BB7A2 for ; Thu, 29 Jul 2021 02:58:59 +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: <1627524343.ad5d573b786cf599adf267ac2fdb9979c43c448b.sam@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_p12-r1.ebuild dev-util/schroot/schroot-1.6.10_p12-r2.ebuild X-VCS-Directories: dev-util/schroot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad5d573b786cf599adf267ac2fdb9979c43c448b X-VCS-Branch: master Date: Thu, 29 Jul 2021 02:58:59 +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: b0bd63f4-235a-4ee4-b036-14175c65ba95 X-Archives-Hash: dec7bb609569ff1f9096e8c3c75405a4 commit: ad5d573b786cf599adf267ac2fdb9979c43c448b Author: Sam James gentoo org> AuthorDate: Thu Jul 29 02:02:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 29 02:05:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5d573b dev-util/schroot: fix docinto argument (avoid double 'prefix') Signed-off-by: Sam James gentoo.org> .../{schroot-1.6.10_p12-r1.ebuild => schroot-1.6.10_p12-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/schroot/schroot-1.6.10_p12-r1.ebuild b/dev-util/schroot/schroot-1.6.10_p12-r2.ebuild similarity index 97% rename from dev-util/schroot/schroot-1.6.10_p12-r1.ebuild rename to dev-util/schroot/schroot-1.6.10_p12-r2.ebuild index 0a4a39d4ed2..719cc0ff29d 100644 --- a/dev-util/schroot/schroot-1.6.10_p12-r1.ebuild +++ b/dev-util/schroot/schroot-1.6.10_p12-r2.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 @@ -121,7 +121,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