commit:     62a4ef94dfccd1d94c9142471d1cab56b3ff85bd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:51:46 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 10:01:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a4ef94

app-emacs/slime: Use complete path as second argument of dosym.

Add missing EPREFIX to first argument of dosym.
PMS reference: https://projects.gentoo.org/pms/6/pms.html#x1-13800011.3.3.9

Bug: 379899
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emacs/slime/slime-2.0_p20101103.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emacs/slime/slime-2.0_p20101103.ebuild 
b/app-emacs/slime/slime-2.0_p20101103.ebuild
index 82ae40d4f47..08e07702bc2 100644
--- a/app-emacs/slime/slime-2.0_p20101103.ebuild
+++ b/app-emacs/slime/slime-2.0_p20101103.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=3
@@ -65,7 +65,8 @@ src_install() {
        insinto "${CLSOURCEROOT%/}/swank"
        doins *.lisp swank.asd || die
        dodir "${CLSYSTEMROOT}" || die
-       dosym "${CLSOURCEROOT%/}/swank/swank.asd" "${CLSYSTEMROOT}" || die
+       dosym "${EPREFIX}${CLSOURCEROOT%/}/swank/swank.asd" \
+               "${CLSYSTEMROOT%/}/swank.asd" || die
 
        ## install contribs
        elisp-install ${PN}/contrib/ contrib/*.{el,elc,scm,goo} || die

Reply via email to