diff options
Diffstat (limited to 'tools/ipkg-utils/patches')
-rw-r--r-- | tools/ipkg-utils/patches/160-find.patch | 4 |
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() { |