summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-08-27 19:41:03 +0000
committerUlrich Müller <ulm@gentoo.org>2007-08-27 19:41:03 +0000
commitc61c358230b4795e8fa3ea7f7dddf28966a844a8 (patch)
treecff83e3a61622a37fa33e2f2f72ed0a5618993ce
parentAdding back the deprecation notice but without a removal date, since some alp... (diff)
downloadgentoo-2-c61c358230b4795e8fa3ea7f7dddf28966a844a8.tar.gz
gentoo-2-c61c358230b4795e8fa3ea7f7dddf28966a844a8.tar.bz2
gentoo-2-c61c358230b4795e8fa3ea7f7dddf28966a844a8.zip
elisp.eclass: Remove trailing slant in "S" variable.
elisp-common.eclass: add a trailing slant in comment for regeneration to make clear that it is a directory, not a single file.
-rw-r--r--eclass/elisp-common.eclass4
-rw-r--r--eclass/elisp.eclass4
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index c2aaf40a4ef1..7519339d9887 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.26 2007/07/25 05:07:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.27 2007/08/27 19:41:03 ulm Exp $
#
# Copyright 2007 Christian Faulhammer <opfer@gentoo.org>
# Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org>
@@ -269,7 +269,7 @@ automatically, you can add a line like this:
to /usr/share/emacs/site-lisp/site-start.el. Alternatively, that line
can be added by individual users to their initialisation files, or for
greater flexibility, users can select which of the package-specific
-initialisation files in /usr/share/emacs/site-lisp to load.
+initialisation files in /usr/share/emacs/site-lisp/ to load.
EOF
echo
fi
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index a47a5078a512..f47b08682c3f 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.21 2007/07/25 04:46:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.22 2007/08/27 19:41:03 ulm Exp $
#
# Copyright 2007 Christian Faulhammer <opfer@gentoo.org>
# Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org>
@@ -39,7 +39,7 @@ RDEPEND=">=virtual/emacs-${VERSION}"
IUSE=""
if [ "${SIMPLE_ELISP}" = 't' ]; then
- S="${WORKDIR}/"
+ S="${WORKDIR}"
fi
elisp_pkg_setup() {