diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:08:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:08:43 +0000 |
commit | 62c9a3fb94c55258182cbdad1cc9bb043f2a50be (patch) | |
tree | 8357950baf94a0676f7bf270d112c1ea25fc71fb | |
parent | whitespace (diff) | |
download | gentoo-2-62c9a3fb94c55258182cbdad1cc9bb043f2a50be.tar.gz gentoo-2-62c9a3fb94c55258182cbdad1cc9bb043f2a50be.tar.bz2 gentoo-2-62c9a3fb94c55258182cbdad1cc9bb043f2a50be.zip |
whitespace
(Portage version: 2.1.2.7)
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/dspam/dspam-3.8.0-r1.ebuild b/mail-filter/dspam/dspam-3.8.0-r1.ebuild index a9e1dbe4382e..a6db84911680 100644 --- a/mail-filter/dspam/dspam-3.8.0-r1.ebuild +++ b/mail-filter/dspam/dspam-3.8.0-r1.ebuild @@ -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/mail-filter/dspam/dspam-3.8.0-r1.ebuild,v 1.4 2007/06/24 09:08:38 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r1.ebuild,v 1.5 2007/06/26 02:08:43 mr_bones_ Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -299,7 +299,7 @@ src_install () { } pkg_preinst() { - # Preserve *.data files + # Preserve *.data files local installed_datafiles="${ROOT}"/${CONFDIR}/*.data if [[ "${installed_datafiles}" != *"*.data" ]]; then cp "${ROOT}"/${CONFDIR}/*.data "${D}"/${CONFDIR} |