From 0271dac6e7444b29e6f8fb1ec9b4ef7346839c1b Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 9 Aug 2009 01:21:41 +0200 Subject: common-lisp-2.eclass: strip ending slashed from $CLSOURCEROOT and $CLSYSTEMROOT. --- eclass/common-lisp-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/common-lisp-2.eclass b/eclass/common-lisp-2.eclass index 73dbf54a..0518cbd2 100644 --- a/eclass/common-lisp-2.eclass +++ b/eclass/common-lisp-2.eclass @@ -29,8 +29,8 @@ inherit eutils # so it's useless to mirror them RESTRICT="mirror" -CLSOURCEROOT="${ROOT%/}"/usr/share/common-lisp/source/ -CLSYSTEMROOT="${ROOT%/}"/usr/share/common-lisp/systems/ +CLSOURCEROOT="${ROOT%/}"/usr/share/common-lisp/source +CLSYSTEMROOT="${ROOT%/}"/usr/share/common-lisp/systems # Sources will be installed into ${CLSOURCEROOT}/${CLPACKAGE}/ # Any asdf files will be symlinked in ${CLSYSTEMROOT}/${CLSYSTEM} as they may be -- cgit v1.2.3-65-gdbad