Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/
Date: Sun, 11 Oct 2015 07:57:13
Message-Id: 1444550212.d882938a1bbf3b0a86e3f116f4210bd7dbc2d491.jer@gentoo
1 commit: d882938a1bbf3b0a86e3f116f4210bd7dbc2d491
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 07:53:38 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 07:56:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d882938a
7
8 x11-wm/jwm: Use default emake install to simply src_install() and fix sandbox violation in locales.
9
10 x11-wm/jwm/jwm-2.3.2.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild
14 index 6b8baaf..0332d56 100644
15 --- a/x11-wm/jwm/jwm-2.3.2.ebuild
16 +++ b/x11-wm/jwm/jwm-2.3.2.ebuild
17 @@ -44,11 +44,11 @@ src_configure() {
18 }
19
20 src_install() {
21 - dodir /usr/bin
22 dodir /etc
23 + dodir /usr/bin
24 dodir /usr/share/man
25 - emake BINDIR="${D}/usr/bin" SYSCONF="${D}/etc" \
26 - MANDIR="${D}/usr/share/man" install
27 +
28 + default
29
30 make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions"
31
32 @@ -60,4 +60,4 @@ pkg_postinst() {
33 einfo "or per-user by creating a configuration file in ~/.jwmrc"
34 einfo
35 einfo "An example file can be found in ${EROOT}/usr/share/doc/${PF}/"
36 -}
37 \ No newline at end of file
38 +}