summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-07-12 20:56:06 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-07-12 20:56:06 +0000
commit280aa4aa29361c9ce78fa2f021d4316dba2de932 (patch)
tree0dfa58a0006403ddab4a64997e9cb3193bcd2905 /media-sound/timidity-eawpatches
parentMark 0.7.2-r3 stable on ia64 (diff)
downloadgentoo-2-280aa4aa29361c9ce78fa2f021d4316dba2de932.tar.gz
gentoo-2-280aa4aa29361c9ce78fa2f021d4316dba2de932.tar.bz2
gentoo-2-280aa4aa29361c9ce78fa2f021d4316dba2de932.zip
Do not use xargs because it does not work for functions
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r--media-sound/timidity-eawpatches/ChangeLog6
-rw-r--r--media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog
index 01567170f9a8..2c5c587d8dd9 100644
--- a/media-sound/timidity-eawpatches/ChangeLog
+++ b/media-sound/timidity-eawpatches/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/timidity-eawpatches
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.22 2006/06/15 14:25:52 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.23 2006/07/12 20:56:06 genstef Exp $
+
+ 12 Jul 2006; Stefan Schweizer <genstef@gentoo.org>
+ timidity-eawpatches-12-r4.ebuild:
+ Do not use xargs because it does not work for functions
15 Jun 2006; Markus Ullmann <jokey@gentoo.org>
timidity-eawpatches-12-r4.ebuild:
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
index 11cb519a01ba..efe0b51e0f77 100644
--- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
+++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.8 2006/06/15 14:25:52 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.9 2006/07/12 20:56:06 genstef Exp $
IUSE=""
@@ -43,7 +43,7 @@ src_install() {
done
# Install documentation, including subdirs
- find . -name \*.txt | xargs dodoc
+ dodoc $(find . -name \*.txt)
}
pkg_postinst() {