diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-11-10 22:35:42 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-11-10 22:35:42 +0000 |
commit | 6f6aea1e3a6226b8348215bb29723441bcaafe5d (patch) | |
tree | 19487741b17bae26ee75a908603f8da15e7140e1 /xfce-base | |
parent | Version bump. (diff) | |
download | gentoo-2-6f6aea1e3a6226b8348215bb29723441bcaafe5d.tar.gz gentoo-2-6f6aea1e3a6226b8348215bb29723441bcaafe5d.tar.bz2 gentoo-2-6f6aea1e3a6226b8348215bb29723441bcaafe5d.zip |
Fix patch filenames
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/thunar-0.9.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-base/thunar/thunar-0.9.3.ebuild b/xfce-base/thunar/thunar-0.9.3.ebuild index bff172080eb7..f5be483f7a7c 100644 --- a/xfce-base/thunar/thunar-0.9.3.ebuild +++ b/xfce-base/thunar/thunar-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild,v 1.1 2008/11/10 22:03:41 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.3.ebuild,v 1.2 2008/11/10 22:35:42 angelos Exp $ EAPI=1 @@ -71,8 +71,8 @@ pkg_setup() { src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-missing-audio-cds-for-volman.patch \ - "${FILESDIR}"/${P}-fix-defuncts.patch + epatch "${FILESDIR}"/${PN}-0.9.0-missing-audio-cds-for-volman.patch \ + "${FILESDIR}"/${PN}-0.9.0-fix-defuncts.patch } src_test() { |