summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/kde-i18n.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass
index 264369253eb4..d2765c7a68fb 100644
--- a/eclass/kde-i18n.eclass
+++ b/eclass/kde-i18n.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.14 2002/04/02 23:23:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.15 2002/04/20 09:55:11 danarmak Exp $
inherit kde kde.org
ECLASS=kde-i18n
@@ -18,7 +18,8 @@ SRC_URI="$SRC_URI http://www.ibiblio.org/gentoo/distfiles/kde-i18n-gentoo.patch"
kde-i18n_src_unpack() {
unpack ${A//kde-i18n-gentoo.patch} || die
cd ${S}
- patch -p0 < ${DISTDIR}/kde-i18n-gentoo.patch || die
+ patch -p0 < ${DISTDIR}/kde-i18n-gentoo.patch
+ echo Please ignore possible errors about rejected patch above
}
EXPORT_FUNCTIONS src_unpack \ No newline at end of file