From e2911fd5279ea036f1ecc35f5c577633bef4cfac Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 24 Aug 2005 07:41:21 +0000 Subject: Don't call chown with root:root. Call sed with -e to state the expression. (Portage version: 2.0.51.22) --- app-accessibility/speech-tools/ChangeLog | 6 +++++- app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-accessibility/speech-tools/ChangeLog b/app-accessibility/speech-tools/ChangeLog index fa99f3a4cd5f..37209f449cda 100644 --- a/app-accessibility/speech-tools/ChangeLog +++ b/app-accessibility/speech-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speech-tools # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/ChangeLog,v 1.31 2005/08/23 02:41:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/ChangeLog,v 1.32 2005/08/24 07:41:21 flameeyes Exp $ + + 24 Aug 2005; Diego Pettenò + speech-tools-1.2.3-r3.ebuild: + Don't call chown with root:root. Call sed with -e to state the expression. 23 Aug 2005; Aron Griffis speech-tools-1.2.3-r2.ebuild: diff --git a/app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild b/app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild index 42dd6ba4741c..4fe20b86375f 100644 --- a/app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild +++ b/app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild,v 1.4 2005/07/30 20:25:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-tools/speech-tools-1.2.3-r3.ebuild,v 1.5 2005/08/24 07:41:21 flameeyes Exp $ IUSE="doc esd X" @@ -89,9 +89,9 @@ src_install() { find . -print | cpio -pmd ${D}/usr/include/speech-tools || die "Unable to install include files" dosym /usr/include/speech-tools /usr/share/speech-tools/include - chown -R root:root ${D} + chown -R root:0 ${D} - find ${D}/usr/share/speech-tools/config -type f | xargs sed -i 's/-ltermcap/-lncurses/g' + find ${D}/usr/share/speech-tools/config -type f | xargs sed -i -e 's/-ltermcap/-lncurses/g' doenvd ${FILESDIR}/58speech-tools -- cgit v1.2.3-65-gdbad