From 73da63389a624b3dcf5e9039b66a83c31270e78f Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 8 Aug 2008 21:48:15 +0000 Subject: [PATCH] Invert logic, first search for find as most people will build under Linux git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12248 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/ipkg-utils/patches/160-find.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ipkg-utils/patches/160-find.patch b/tools/ipkg-utils/patches/160-find.patch index 51b101afd..04a2ad441 100644 --- a/tools/ipkg-utils/patches/160-find.patch +++ b/tools/ipkg-utils/patches/160-find.patch @@ -5,8 +5,8 @@ version=1.0 - -+FIND="$(which gfind)" -+FIND="${FIND:-$(which find)}" ++FIND="$(which find)" ++FIND="${FIND:-$(which gfind)}" TAR="${TAR:-$(which tar)}" ipkg_extract_value() { -- 2.11.0