1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

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
This commit is contained in:
florian 2008-08-08 21:48:15 +00:00
parent 191849c5b3
commit 73da63389a

View File

@ -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() {