summaryrefslogtreecommitdiff
path: root/tools/ipkg-utils
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-08 21:48:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-08 21:48:15 +0000
commit80e83652aed11f516b5d8f23d586f409a75b8726 (patch)
tree1cf458d01ac6f048bebec55dcfe91e992ed4c314 /tools/ipkg-utils
parent65d4a5eaab4b08c7a84521f46fed1852f875448a (diff)
downloadmtk-20170518-80e83652aed11f516b5d8f23d586f409a75b8726.zip
mtk-20170518-80e83652aed11f516b5d8f23d586f409a75b8726.tar.gz
mtk-20170518-80e83652aed11f516b5d8f23d586f409a75b8726.tar.bz2
Invert logic, first search for find as most people will build under Linux
SVN-Revision: 12248
Diffstat (limited to 'tools/ipkg-utils')
-rw-r--r--tools/ipkg-utils/patches/160-find.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ipkg-utils/patches/160-find.patch b/tools/ipkg-utils/patches/160-find.patch
index 51b101a..04a2ad4 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() {