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
This commit is contained in:
Ulrich Müller 2017-04-17 11:51:46 +02:00
parent 726e5266d8
commit 62a4ef94df
No known key found for this signature in database
GPG Key ID: 9433907D693FB5B8

View File

@ -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