summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-08 04:26:39 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-08 04:26:39 +0000
commit24629f2eb359c543d77e7139c7cbbbb2f56080f9 (patch)
tree8711af6056114fd95660974dd142b951f41d88d2 /app-emacs/elib/elib-1.0.ebuild
parentrepoman: whitespace cleanup (diff)
downloadgentoo-2-24629f2eb359c543d77e7139c7cbbbb2f56080f9.tar.gz
gentoo-2-24629f2eb359c543d77e7139c7cbbbb2f56080f9.tar.bz2
gentoo-2-24629f2eb359c543d77e7139c7cbbbb2f56080f9.zip
repoman: fix leading whitespace
Diffstat (limited to 'app-emacs/elib/elib-1.0.ebuild')
-rw-r--r--app-emacs/elib/elib-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/elib/elib-1.0.ebuild b/app-emacs/elib/elib-1.0.ebuild
index 6f197896249b..702e7e02508a 100644
--- a/app-emacs/elib/elib-1.0.ebuild
+++ b/app-emacs/elib/elib-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/elib/elib-1.0.ebuild,v 1.2 2003/02/13 07:05:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/elib/elib-1.0.ebuild,v 1.3 2003/09/08 04:23:35 msterret Exp $
inherit elisp
@@ -34,7 +34,7 @@ src_install() {
dodir /usr/share/info
make prefix=${D}/usr infodir=${D}/usr/share/info install || die
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
+ elisp-site-file-install ${FILESDIR}/${SITEFILE}
dodoc COPYING ChangeLog INSTALL NEWS README RELEASING TODO
}