diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-10-11 09:54:47 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-10-11 09:56:57 +0200 |
commit | 81f6ce98712fb29b26cdf2205dad29b038b1a46a (patch) | |
tree | 9dc04106aeb83429c03b1acc4ccadd0ea5ae96ac /x11-wm/jwm | |
parent | x11-wm/jwm: Use default emake install to simply src_install() and fix sandbox... (diff) | |
download | gentoo-81f6ce98712fb29b26cdf2205dad29b038b1a46a.tar.gz gentoo-81f6ce98712fb29b26cdf2205dad29b038b1a46a.tar.bz2 gentoo-81f6ce98712fb29b26cdf2205dad29b038b1a46a.zip |
Revert "x11-wm/jwm: Use default emake install to simply src_install() and fix sandbox violation in locales."
This reverts commit d63248a1136cac7205f98a8ed968b9eba7f985a5.
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/jwm-2.3.2.ebuild | 8 |
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 0332d5639aca..6b8baafa435d 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 |