From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Alexey I. Froloff" To: devel@lists.altlinux.org Date: Wed, 6 Jul 2011 17:29:19 +0400 Message-Id: <1309958959-26242-1-git-send-email-raorn@altlinux.org> X-Mailer: git-send-email 1.7.3.2 In-Reply-To: <20110706124158.GA14453@dad.imath.kiev.ua> References: <20110706124158.GA14453@dad.imath.kiev.ua> Subject: [devel] [PATCH] Fix build in isolated environment X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 13:29:20 -0000 Archived-At: List-Archive: List-Post: Signed-off-by: Alexey I. Froloff --- tjws.spec | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tjws.spec b/tjws.spec index 60b538a..ab48381 100644 --- a/tjws.spec +++ b/tjws.spec @@ -109,6 +109,9 @@ can be extracted through rpm2cpio. %{_bindir}/find -name "*.?ar" | %{_bindir}/xargs -t %{__rm} %patch0 -p0 -b .build +find . -name '*.xml' -print0 | + xargs -r0 sed -i 's,http://7bee.j2ee.us/xml/DTD/,%_datadir/sgml/bee/,g' -- + %build %{_bindir}/bee -- 1.7.3.2