From bcf30eaa58be67cfec7ae589783094dbe7213e0c Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Wed, 7 May 2008 05:32:58 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: ... --- eclass/qt4-qt-copy.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index 161c93f..aa58c49 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -66,9 +66,9 @@ qt4_qt-copy() { 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 - for qt_copy_patch in $(cat "${S}"/patches/series); do + while read qt_copy_patch a; do epatch "${S}"/patches/${qt_copy_patch} - done + done < <(cat "${S}"/patches/series) fi } -- 2.11.4.GIT