projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d4a5e
)
Invert logic, first search for find as most people will build under Linux
author
Florian Fainelli
<florian@openwrt.org>
Fri, 8 Aug 2008 21:48:15 +0000
(21:48 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 8 Aug 2008 21:48:15 +0000
(21:48 +0000)
SVN-Revision: 12248
tools/ipkg-utils/patches/160-find.patch
patch
|
blob
|
history
diff --git
a/tools/ipkg-utils/patches/160-find.patch
b/tools/ipkg-utils/patches/160-find.patch
index 51b101afdeae5418571e920ca14e14cf39d2a5c7..04a2ad4410af7696f060edc1564f7e9c579518d4 100644
(file)
--- 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
g
find)"
-+FIND="${FIND:-$(which find)}"
++FIND="$(which find)"
++FIND="${FIND:-$(which
g
find)}"
TAR="${TAR:-$(which tar)}"
ipkg_extract_value() {