diff options
author | Hans de Graaff <hans@degraaff.org> | 2014-08-25 17:07:41 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2014-08-25 17:07:41 +0200 |
commit | c3c17af52b421ecf585702c90c8274f5dc132ee2 (patch) | |
tree | e57f39558359c7a3d1efc3bcfc593d0557a629e3 /sys-apps | |
parent | Make stuff that needs to be executable executable. (diff) | |
download | graaff-c3c17af52b421ecf585702c90c8274f5dc132ee2.tar.gz graaff-c3c17af52b421ecf585702c90c8274f5dc132ee2.tar.bz2 graaff-c3c17af52b421ecf585702c90c8274f5dc132ee2.zip |
Fix the executables of the JRE.
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ipmiview/ChangeLog | 3 | ||||
-rw-r--r-- | sys-apps/ipmiview/ipmiview-2.9.32.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog index 14bf02cf..07f77197 100644 --- a/sys-apps/ipmiview/ChangeLog +++ b/sys-apps/ipmiview/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild: + Fix the executables of the JRE. + + 25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild: Make stuff that needs to be executable executable. *ipmiview-2.9.32 (17 Aug 2014) diff --git a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild index c237c5bc..d97874ef 100644 --- a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild +++ b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild @@ -29,8 +29,6 @@ src_install() { exeinto /opt/ipmiview doexe IPMIView20 - exeinto /opt/ipmiview/jre/bin - doexe jre/bin/* dosym /opt/ipmiview/IPMIView20 /usr/bin/IPMIView20 @@ -40,4 +38,6 @@ src_install() { # to like a modern Java version such as icedtea 1.7: the script # won't accept this java version. doins -r jre + exeinto /opt/ipmiview/jre/bin + doexe jre/bin/* } |