summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-02-08 00:10:39 +0000
committerAron Griffis <agriffis@gentoo.org>2004-02-08 00:10:39 +0000
commitc497c18e5c0e9141c2f6ebff231a04b54dbde189 (patch)
treed427636663d0bd41344d42f47633138db23f0362 /app-arch
parentAesthetic fix to not change into the PCMCIA_SOURCE_DIR if it's not there. (diff)
downloadgentoo-2-c497c18e5c0e9141c2f6ebff231a04b54dbde189.tar.gz
gentoo-2-c497c18e5c0e9141c2f6ebff231a04b54dbde189.tar.bz2
gentoo-2-c497c18e5c0e9141c2f6ebff231a04b54dbde189.zip
Fix my mispelled patch
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/file-roller-2.4.4-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/file-roller/file-roller-2.4.4-r2.ebuild b/app-arch/file-roller/file-roller-2.4.4-r2.ebuild
index 0c40700bbfb8..e9177c50a6ba 100644
--- a/app-arch/file-roller/file-roller-2.4.4-r2.ebuild
+++ b/app-arch/file-roller/file-roller-2.4.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.4.4-r2.ebuild,v 1.1 2004/02/07 23:22:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.4.4-r2.ebuild,v 1.2 2004/02/08 00:10:39 agriffis Exp $
inherit gnome2
@@ -31,8 +31,8 @@ src_unpack() {
# Use absolute path to GNU tar since star doesn't have the same
# options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
- epatch ${FILESDIR}/fileroller-2.4.4-gnutar.patch
+ epatch ${FILESDIR}/file-roller-2.4.4-gentoo.patch
# Fix 64-bit problems
- epatch ${FILESDIR}/fileroller-2.4.4-64bit.patch
+ epatch ${FILESDIR}/file-roller-2.4.4-64bit.patch
}