mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
726e5266d8
commit
62a4ef94df
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user