summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-10-11 09:53:38 +0200
committerJeroen Roovers <jer@gentoo.org>2015-10-11 09:56:52 +0200
commitd882938a1bbf3b0a86e3f116f4210bd7dbc2d491 (patch)
treed7f0a126e1822b2da391d5fb873d465aa455c5b8 /x11-wm
parent3d1a84dbb41f2bcd67b38b020aaa34d21f45e0eb (diff)
downloadgentoo-d882938a1bbf3b0a86e3f116f4210bd7dbc2d491.tar.gz
gentoo-d882938a1bbf3b0a86e3f116f4210bd7dbc2d491.tar.xz
x11-wm/jwm: Use default emake install to simply src_install() and fix sandbox violation in locales.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/jwm/jwm-2.3.2.ebuild8
1 files 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 6b8baafa435..0332d5639ac 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 /usr/bin
dodir /etc
+ dodir /usr/bin
dodir /usr/share/man
- emake BINDIR="${D}/usr/bin" SYSCONF="${D}/etc" \
- MANDIR="${D}/usr/share/man" install
+
+ default
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
+}