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 /eclass/elisp.eclass
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.
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r--eclass/elisp.eclass4
1 files changed, 2 insertions, 2 deletions
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() {