$FreeWRT$ -uid is not portable, bsd find fails. Check is not needed. diff -Nur ipkg-utils-1.7/ipkg-build ipkg-utils-1.7-freewrt/ipkg-build --- ipkg-utils-1.7/ipkg-build Sat Apr 24 11:43:51 2004 +++ ipkg-utils-1.7-freewrt/ipkg-build Sun Jun 18 16:26:53 2006 @@ -60,16 +60,6 @@ fi fi - large_uid_files=`find . -uid +99 || true` - - if [ "$ogargs" = "" ] && [ -n "$large_uid_files" ]; then - echo "*** Warning: The following files have a UID greater than 99. -You probably want to chown these to a system user: " >&2 - ls -ld $large_uid_files - echo >&2 - fi - - if [ ! -f "$CONTROL/control" ]; then echo "*** Error: Control file $pkg_dir/$CONTROL/control not found." >&2 cd $owd