summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 05:45:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 05:45:21 +0000
commit5183192d4add64fda1fe3d4f80b82e7e399c4c94 (patch)
tree26c47d9e244e638370e84369f879c4e94044bee3 /x11-plugins/wmDownload
parentoops someone forgot me ! (diff)
downloadhistorical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.gz
historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.bz2
historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.zip
whitespace cleanup
Diffstat (limited to 'x11-plugins/wmDownload')
-rw-r--r--x11-plugins/wmDownload/Manifest2
-rw-r--r--x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmDownload/Manifest b/x11-plugins/wmDownload/Manifest
index 08b3bf571fff..736878d7c7f3 100644
--- a/x11-plugins/wmDownload/Manifest
+++ b/x11-plugins/wmDownload/Manifest
@@ -1,3 +1,3 @@
MD5 0927ad6b7af291613956cb5160fdaac4 ChangeLog 421
-MD5 48b6d52615ee87651878c31345f334fc wmDownload-0.1.2a.ebuild 754
+MD5 521b20a93d45cebe041404074ce19a70 wmDownload-0.1.2a.ebuild 755
MD5 926d9418442030e75ec55d282eb43565 files/digest-wmDownload-0.1.2a 68
diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild
index 5d33d16026dc..fb53b6141376 100644
--- a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild
+++ b/x11-plugins/wmDownload/wmDownload-0.1.2a.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/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.4 2003/02/13 17:27:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.5 2003/09/06 05:45:17 msterret Exp $
S=${WORKDIR}/wmDownload
@@ -21,7 +21,7 @@ src_compile() {
cp Makefile Makefile.orig
sed -e "s:-O2:$CFLAGS:" Makefile.orig > Makefile
- emake || die
+ emake || die
}