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 B7077138222 for ; Thu, 5 May 2016 13:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FF7321C123; Thu, 5 May 2016 13:40:14 +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 147D521C087 for ; Thu, 5 May 2016 13:40:14 +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 D8487340845 for ; Thu, 5 May 2016 13:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569C4856 for ; Thu, 5 May 2016 13:40:10 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1462455606.9b5d53ca1810e4bbad3e01564117c2b15345681a.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 9b5d53ca1810e4bbad3e01564117c2b15345681a X-VCS-Branch: master Date: Thu, 5 May 2016 13:40:10 +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: 2275c847-5ce7-47c7-8120-9c0f43567d06 X-Archives-Hash: 84a65e42927a549ce91dba64afecc730 commit: 9b5d53ca1810e4bbad3e01564117c2b15345681a Author: Michael Weber gentoo org> AuthorDate: Thu May 5 13:39:46 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu May 5 13:40:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5d53ca x11-wm/spectrwm: fix formal install location Package-Manager: portage-2.2.28 x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild index 160fa68..9753dd1 100644 --- a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild +++ b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild @@ -36,7 +36,7 @@ src_compile() { } src_install() { - emake PREFIX="${EROOT}usr" DESTDIR="${D}" install + emake PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)" DESTDIR="${D}" install cd "${WORKDIR}"/${P} || die