commit:     2203ac78cf60896e2f05c329b7f8f978b382cbf9
Author:     Harald Weiner <harald.weiner <AT> jku <DOT> at>
AuthorDate: Mon Oct 24 16:45:02 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Nov 23 08:54:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2203ac78

sci-mathematics/giac: bug-fix for bugzilla bug 598008
Package-Manager: portage-2.3.0

 sci-mathematics/giac/giac-1.1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/giac/giac-1.1.0.ebuild 
b/sci-mathematics/giac/giac-1.1.0.ebuild
index 38e93d6..48241f1 100644
--- a/sci-mathematics/giac/giac-1.1.0.ebuild
+++ b/sci-mathematics/giac/giac-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -50,7 +50,7 @@ src_configure(){
 
 src_install() {
        emake install DESTDIR="${D}"
-       mv "${D}"/usr/bin/{aide,giac-help} || die
+       dobin src/aide
        rm "${D}"/usr/bin/*cas_help || die
        dodoc AUTHORS ChangeLog INSTALL NEWS README TROUBLES
        if use !fltk; then
@@ -59,7 +59,7 @@ src_install() {
                pax-mark -m "${D}"/usr/bin/x*
        fi
        if use !doc; then
-               rm -R "${D}"/usr/share/doc/giac "${D}"/usr/share/giac/doc/ || 
die
+               rm -R "${D}"/usr/share/doc "${D}"/usr/share/giac/doc/ || die
        else
                for LANG in el en es fr pt; do
                        if echo ${LINGUAS} | grep -v "$LANG" &> /dev/null; then

Reply via email to