From 27360f289027ae29ce614c57c38eca4cd3a800bd Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Wed, 7 May 2008 05:01:36 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: hopefully this is it. --- eclass/qt4-qt-copy.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index aa3d8ae..c19e457 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -62,9 +62,10 @@ qt4_qt-copy() { ;; esac else + cd "${S}" echo "lzma -dc ${DISTDIR}/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma | tar xf - --no-same-owner" lzma -dc "${DISTDIR}"/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma | tar xf - --no-same-owner - EPATCH_SOURCE="${S}/qt-copy-${PV}-patches-${QT_COPY_PV}" + EPATCH_SOURCE="${S}/patches" fi EPATCH_MULTI_MSG="Applying Qt-copy patches ..." EPATCH_SUFFIX="diff" epatch -- 2.11.4.GIT