diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
commit | cad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch) | |
tree | f0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-plugins/blop | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2 gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-plugins/blop')
-rw-r--r-- | media-plugins/blop/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/blop/blop-0.2.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/blop/Manifest b/media-plugins/blop/Manifest index 423c64d3366e..8f49170846d5 100644 --- a/media-plugins/blop/Manifest +++ b/media-plugins/blop/Manifest @@ -1,3 +1,3 @@ -MD5 d4e061c54a4afdb2749d6354180df1f6 files/digest-blop-0.2.5 61 -MD5 be8841f3afbd58243e7f2a77532b9904 blop-0.2.5.ebuild 591 MD5 403d0b843aa45f35e8f21629cd5f9058 ChangeLog 716 +MD5 abf330edc93993cbaaa6cd65eaa54930 blop-0.2.5.ebuild 594 +MD5 d4e061c54a4afdb2749d6354180df1f6 files/digest-blop-0.2.5 61 diff --git a/media-plugins/blop/blop-0.2.5.ebuild b/media-plugins/blop/blop-0.2.5.ebuild index 9ef111475f2c..c97b68116528 100644 --- a/media-plugins/blop/blop-0.2.5.ebuild +++ b/media-plugins/blop/blop-0.2.5.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/media-plugins/blop/blop-0.2.5.ebuild,v 1.5 2003/07/12 18:40:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/blop-0.2.5.ebuild,v 1.6 2003/09/07 00:02:14 msterret Exp $ IUSE="" S=${WORKDIR}/${P} @@ -20,6 +20,6 @@ src_compile() { } src_install() { - + make DESTDIR=${D} install || die } |