diff options
author | 2007-05-30 19:33:54 +0000 | |
---|---|---|
committer | 2007-05-30 19:33:54 +0000 | |
commit | d8deb0585db13e8b5e9496f64711b794dfdc6675 (patch) | |
tree | 4d541c584394337c596cfbb67a3274c5e5927058 /xfce-base/xfce-utils | |
parent | Marking 2.6.20-r2 stable on ppc with permission of Gysbert. Removing more sta... (diff) | |
download | gentoo-2-d8deb0585db13e8b5e9496f64711b794dfdc6675.tar.gz gentoo-2-d8deb0585db13e8b5e9496f64711b794dfdc6675.tar.bz2 gentoo-2-d8deb0585db13e8b5e9496f64711b794dfdc6675.zip |
Trivial. Change from newins to doins and quote FILESDIR as it should.
(Portage version: 2.1.2.7)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 42cbd36bfcbf..64db534da604 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfce-utils # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.111 2007/05/27 06:39:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.112 2007/05/30 19:33:54 drac Exp $ + + 30 May 2007; Samuli Suominen <drac@gentoo.org> xfce-utils-4.4.1-r1.ebuild: + Change from newins to doins and quote FILESDIR as it should. 27 May 2007; Joshua Kinard <kumba@gentoo.org> xfce-utils-4.4.1-r1.ebuild: Stable on mips. diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild index 7cdcee24fd9c..ab3bdab4b2ac 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild,v 1.7 2007/05/27 06:39:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild,v 1.8 2007/05/30 19:33:54 drac Exp $ inherit autotools eutils xfce44 @@ -40,5 +40,5 @@ src_unpack() { src_install() { xfce44_src_install insinto /usr/share/xfce4 - newins ${FILESDIR}/Gentoo Gentoo + doins "${FILESDIR}"/Gentoo } |