X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fipkg-utils%2Fpatches%2F160-find.patch;h=45ef3c6517048ca507d7603cb8b7345ae8d15ecc;hb=e6e6f69066c7d222a4c7928b9c1305762f2121af;hp=51b101afdeae5418571e920ca14e14cf39d2a5c7;hpb=191849c5b3d816b4048eacba53076d67d23776d4;p=openwrt-10.03%2F.git diff --git a/tools/ipkg-utils/patches/160-find.patch b/tools/ipkg-utils/patches/160-find.patch index 51b101afd..45ef3c651 100644 --- a/tools/ipkg-utils/patches/160-find.patch +++ b/tools/ipkg-utils/patches/160-find.patch @@ -1,16 +1,16 @@ ---- /tmp/ipkg-build 2008-08-01 09:36:41.000000000 +0200 -+++ ipkg-utils-1.7/ipkg-build 2008-08-06 15:04:52.000000000 +0200 +--- a/ipkg-build ++++ b/ipkg-build @@ -10,7 +10,8 @@ set -e version=1.0 - -+FIND="$(which gfind)" -+FIND="${FIND:-$(which find)}" ++FIND="$(which find)" ++FIND="${FIND:-$(which gfind)}" TAR="${TAR:-$(which tar)}" ipkg_extract_value() { -@@ -49,7 +50,7 @@ +@@ -49,7 +50,7 @@ pkg_appears_sane() { PKG_ERROR=0 @@ -19,7 +19,7 @@ if [ -n "$cvs_dirs" ]; then if [ "$noclean" = "1" ]; then echo "*** Warning: The following CVS directories where found. -@@ -62,7 +63,7 @@ +@@ -62,7 +63,7 @@ You probably want to remove them: " >&2 fi fi @@ -28,7 +28,7 @@ if [ -n "$tilde_files" ]; then if [ "$noclean" = "1" ]; then echo "*** Warning: The following files have names ending in '~'. -@@ -75,7 +76,7 @@ +@@ -75,7 +76,7 @@ You probably want to remove them: " >&2 fi fi