diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-07-18 16:08:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-07-18 16:08:01 +0000 |
commit | c3a6f345b7dfa3217eab2266c9003749617a1974 (patch) | |
tree | 03ad5446702434fc7f10633f88b9c213c9d53b0b | |
parent | enigmail version bump (diff) | |
download | gentoo-2-c3a6f345b7dfa3217eab2266c9003749617a1974.tar.gz gentoo-2-c3a6f345b7dfa3217eab2266c9003749617a1974.tar.bz2 gentoo-2-c3a6f345b7dfa3217eab2266c9003749617a1974.zip |
typo fix
-rw-r--r-- | eclass/xfree.eclass | 4 |
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 } |