mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
Invert logic, first search for find as most people will build under Linux
SVN-Revision: 12248
This commit is contained in:
parent
65d4a5eaab
commit
80e83652ae
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
version=1.0
|
version=1.0
|
||||||
-
|
-
|
||||||
+FIND="$(which gfind)"
|
+FIND="$(which find)"
|
||||||
+FIND="${FIND:-$(which find)}"
|
+FIND="${FIND:-$(which gfind)}"
|
||||||
TAR="${TAR:-$(which tar)}"
|
TAR="${TAR:-$(which tar)}"
|
||||||
|
|
||||||
ipkg_extract_value() {
|
ipkg_extract_value() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user