From ee843a034a7c2a5ac8a068e6ccb4009ccdf87eca Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Wed, 7 May 2008 06:42:55 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: not a great start, heh --- 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 f2fc30f..ec2ec36 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -67,7 +67,7 @@ qt4_qt-copy() { esac for qt_copy_patch in ${PATCHLIST}; do - epatch ${qt_copy_patch} + epatch "${S}"/patches/${qt_copy_patch} done } -- 2.11.4.GIT