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 5DB69139085 for ; Tue, 20 Dec 2016 13:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A6BE0C73; Tue, 20 Dec 2016 13:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81F03E0C73 for ; Tue, 20 Dec 2016 13:27:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CABC34106E for ; Tue, 20 Dec 2016 13:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08F38492 for ; Tue, 20 Dec 2016 13:27:37 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1482240439.2902b7c5b27ce6ab001a888db5a5c1851f15a8bf.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/tcsh/tcsh-6.20.00.ebuild X-VCS-Directories: app-shells/tcsh/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2902b7c5b27ce6ab001a888db5a5c1851f15a8bf X-VCS-Branch: master Date: Tue, 20 Dec 2016 13:27:37 +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: efb1073d-23e1-4229-9cc9-0fc7f1e5fc8d X-Archives-Hash: 12bb75826311537dd1cd7f4585ae6225 commit: 2902b7c5b27ce6ab001a888db5a5c1851f15a8bf Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 20 13:26:50 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 20 13:27:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902b7c5 app-shells/tcsh: avoid double leading slash Package-Manager: portage-2.3.0 app-shells/tcsh/tcsh-6.20.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild b/app-shells/tcsh/tcsh-6.20.00.ebuild index e388f4b..130d98f 100644 --- a/app-shells/tcsh/tcsh-6.20.00.ebuild +++ b/app-shells/tcsh/tcsh-6.20.00.ebuild @@ -77,7 +77,7 @@ src_configure() { append-cppflags -D_PATH_BIN="'"'"${EPREFIX}/bin"'"'" econf \ - --prefix="${EPREFIX:-/}" \ + --prefix="${EPREFIX:-}" \ --datarootdir='${prefix}/usr/share' \ $(use_enable nls) }