From e9554cc39f694b0ed7758752fd7a5589b2051135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 25 Nov 2015 10:23:56 +0100 Subject: [PATCH] tidy5: fix cross build --- srcpkgs/tidy5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tidy5/template b/srcpkgs/tidy5/template index 838e1bd4183..443fbf21752 100644 --- a/srcpkgs/tidy5/template +++ b/srcpkgs/tidy5/template @@ -20,7 +20,7 @@ pre_configure() { # the $(man) target requires tidy5 to run on the host ln -s ${cmake_builddir}/tidy if [ -n "$CROSS_BUILD" ]; then - rm ${pkgname} + rm -f tidy cd ${cmake_builddir} env - PATH=/usr/bin cmake -DBUILD_SHARED_LIB:BOOL=FALSE ${wrksrc}