diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-13 17:25:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-13 17:25:25 +0000 |
commit | 47c6bef9eaf660ff3a1c2d80f04492469e9fb17d (patch) | |
tree | b40348852898fe88d6fb7070810c431f49203782 /app-emacs | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-47c6bef9eaf660ff3a1c2d80f04492469e9fb17d.tar.gz gentoo-2-47c6bef9eaf660ff3a1c2d80f04492469e9fb17d.tar.bz2 gentoo-2-47c6bef9eaf660ff3a1c2d80f04492469e9fb17d.zip |
Declare a local variable.
(Portage version: 2.2_rc25/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild index b06e39bc628e..8bf81c720da5 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild,v 1.4 2009/03/13 12:02:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild,v 1.5 2009/03/13 17:25:25 ulm Exp $ inherit elisp-common eutils fdo-mime gnome2-utils @@ -82,6 +82,7 @@ pkg_postinst() { elisp-site-regen if [ ! -e "${ROOT}${SITELISP}/site-start.el" ]; then + local line echo while read line; do elog "${line:- }"; done <<-EOF All site initialisation for Gentoo-installed packages is added to |