aboutsummaryrefslogtreecommitdiffstats
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
commit06a80f4fabdde169a2d7255edbf8aca714c73f03 (patch)
tree3c1088b10a5a30f641459c3022954b083071afe7 /tools/ipkg-utils
parent50936b543019a8dde6916f11f67a2da718b0080f (diff)
downloadupstream-06a80f4fabdde169a2d7255edbf8aca714c73f03.tar.gz
upstream-06a80f4fabdde169a2d7255edbf8aca714c73f03.tar.bz2
upstream-06a80f4fabdde169a2d7255edbf8aca714c73f03.zip
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
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 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() {