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 ED3A613888F for ; Sun, 11 Oct 2015 07:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1024521C008; Sun, 11 Oct 2015 07:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7217721C008 for ; Sun, 11 Oct 2015 07:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0EF734090F for ; Sun, 11 Oct 2015 07:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E737ADF0 for ; Sun, 11 Oct 2015 07:57:09 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1444550217.81f6ce98712fb29b26cdf2205dad29b038b1a46a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/jwm/jwm-2.3.2.ebuild X-VCS-Directories: x11-wm/jwm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 81f6ce98712fb29b26cdf2205dad29b038b1a46a X-VCS-Branch: master Date: Sun, 11 Oct 2015 07:57:09 +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: 03ae1a7d-529f-4b2b-8ae1-1ea47bf46280 X-Archives-Hash: 7f0f43349ed86af4883dc1351f13b685 commit: 81f6ce98712fb29b26cdf2205dad29b038b1a46a Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 11 07:54:47 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 11 07:56:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f6ce98 Revert "x11-wm/jwm: Use default emake install to simply src_install() and fix sandbox violation in locales." This reverts commit d63248a1136cac7205f98a8ed968b9eba7f985a5. x11-wm/jwm/jwm-2.3.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild index 0332d56..6b8baaf 100644 --- a/x11-wm/jwm/jwm-2.3.2.ebuild +++ b/x11-wm/jwm/jwm-2.3.2.ebuild @@ -44,11 +44,11 @@ src_configure() { } src_install() { - dodir /etc dodir /usr/bin + dodir /etc dodir /usr/share/man - - default + emake BINDIR="${D}/usr/bin" SYSCONF="${D}/etc" \ + MANDIR="${D}/usr/share/man" install make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions" @@ -60,4 +60,4 @@ pkg_postinst() { einfo "or per-user by creating a configuration file in ~/.jwmrc" einfo einfo "An example file can be found in ${EROOT}/usr/share/doc/${PF}/" -} +} \ No newline at end of file