From 4b57bf972c3d627802be8cfea9817d186a0eaee6 Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Fri, 9 May 2008 02:49:35 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: meh ... --- eclass/qt4-qt-copy.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index 887b4da..11adfda 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -84,7 +84,7 @@ qt4_qt-copy() { cd "${S}" - echo lzma -dc "${DISTDIR}"/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma | tar xf - --no-same-owner ${qt_copy_files} + echo "lzma -dc ${DISTDIR}/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma | tar xf - --no-same-owner ${qt_copy_files}" lzma -dc "${DISTDIR}"/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma | tar xf - --no-same-owner ${qt_copy_files} EPATCH_MULTI_MSG="Applying QT-copy patches ..." \ -- 2.11.4.GIT