diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
commit | e06e7af770763e37bfa65376dce5d6950538ae54 (patch) | |
tree | 050b3b20e1c8879c2210d026494d7181c37f6d09 /app-doc/afsdoc | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.gz gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.bz2 gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-doc/afsdoc')
-rw-r--r-- | app-doc/afsdoc/Manifest | 2 | ||||
-rw-r--r-- | app-doc/afsdoc/afsdoc-3.6-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/afsdoc/Manifest b/app-doc/afsdoc/Manifest index d6b1830c653f..237fc1bc4e73 100644 --- a/app-doc/afsdoc/Manifest +++ b/app-doc/afsdoc/Manifest @@ -1,3 +1,3 @@ MD5 de2ac592d99947a21800d3e98a95b6e8 ChangeLog 752 -MD5 85532552bdd7813fcf515624322bbb4d afsdoc-3.6-r1.ebuild 667 +MD5 4c917f27cab50db958a87d7fcecbb052 afsdoc-3.6-r1.ebuild 667 MD5 20575b0d7ee39b34ccec9ef0eac8b7c3 files/digest-afsdoc-3.6-r1 64 diff --git a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild index 99eb5bf85a91..efd7a31afaef 100644 --- a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild +++ b/app-doc/afsdoc/afsdoc-3.6-r1.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-doc/afsdoc/afsdoc-3.6-r1.ebuild,v 1.11 2003/02/13 06:28:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/afsdoc/afsdoc-3.6-r1.ebuild,v 1.12 2003/09/06 22:17:40 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="AFS 3 distributed file system" @@ -15,8 +15,8 @@ DEPEND="sys-apps/tar sys-apps/gzip" RDEPEND="" src_install() { - dodir /usr/share/doc - tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc + dodir /usr/share/doc + tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc cd ${D}/usr/share/doc mv afs-3.6-doc ${PF} cd ${PF} |