From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CCCFE198005 for ; Sat, 23 Mar 2013 19:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60AA7E0605; Sat, 23 Mar 2013 19:45:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE9B6E0605 for ; Sat, 23 Mar 2013 19:45:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1357933BED7 for ; Sat, 23 Mar 2013 19:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7817DE4073 for ; Sat, 23 Mar 2013 19:45:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1364067934.d4a4a98f02f6a3eba2430a0a5659b7b5bdc44cc5.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d4a4a98f02f6a3eba2430a0a5659b7b5bdc44cc5 X-VCS-Branch: master Date: Sat, 23 Mar 2013 19:45:46 +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-Archives-Salt: 489431b6-3d8e-4bb5-94c5-a8ca7d81d2d0 X-Archives-Hash: 333ae2f520d5d731878edea1e383ec82 commit: d4a4a98f02f6a3eba2430a0a5659b7b5bdc44cc5 Author: Zac Medico gentoo org> AuthorDate: Sat Mar 23 19:45:34 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Mar 23 19:45:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d4a4a98f ebuild.5: correct ebuild.sh path, bug #462802 --- man/ebuild.5 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index c58cf75..7e858e0 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1,4 +1,4 @@ -.TH "EBUILD" "5" "Jan 2013" "Portage VERSION" "Portage" +.TH "EBUILD" "5" "Mar 2013" "Portage VERSION" "Portage" .SH "NAME" ebuild \- the internal format, variables, and functions in an ebuild script @@ -1508,7 +1508,7 @@ src_install() { .SH "FILES" .TP -The \fI/usr/sbin/ebuild.sh\fR script. +The \fI/usr/lib/portage/bin/ebuild.sh\fR script. .TP The helper apps in \fI/usr/lib/portage/bin\fR. .TP