From: Florian Fainelli Date: Fri, 8 Aug 2008 21:48:15 +0000 (+0000) Subject: Invert logic, first search for find as most people will build under Linux X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=80e83652aed11f516b5d8f23d586f409a75b8726;p=openwrt%2Fstaging%2Fmkresin.git Invert logic, first search for find as most people will build under Linux SVN-Revision: 12248 --- diff --git a/tools/ipkg-utils/patches/160-find.patch b/tools/ipkg-utils/patches/160-find.patch index 51b101afde..04a2ad4410 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() {