summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-07-18 16:08:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-07-18 16:08:01 +0000
commit4c4e97812ef7fc44a582a34eb77f927d2f457f8c (patch)
tree29317a21697998993bde3b19cb62d258d8a9e922 /eclass/xfree.eclass
parentenigmail version bump (diff)
downloadhistorical-4c4e97812ef7fc44a582a34eb77f927d2f457f8c.tar.gz
historical-4c4e97812ef7fc44a582a34eb77f927d2f457f8c.tar.bz2
historical-4c4e97812ef7fc44a582a34eb77f927d2f457f8c.zip
typo fix
Diffstat (limited to 'eclass/xfree.eclass')
-rw-r--r--eclass/xfree.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfree.eclass b/eclass/xfree.eclass
index ccbda05029ed..854a346f35f8 100644
--- a/eclass/xfree.eclass
+++ b/eclass/xfree.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.3 2003/07/18 15:06:27 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.4 2003/07/18 16:08:01 seemant Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -23,5 +23,5 @@ vcards() {
}
filter-patch() {
- mv ${PATCH_DIR}/"*${1}* ${PATCH_DIR}/excluded
+ mv ${PATCH_DIR}/"*${1}*" ${PATCH_DIR}/excluded
}