source: freewrt/tools/ipkg-utils/patches/001-remove-unportable-uid-check.patch@ 131a9d7

freewrt_1_0 freewrt_2_0
Last change on this file since 131a9d7 was 131a9d7, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

move tools like sed, trx, lzma, which does not belong to the toolchain (gcc,binutils,gdb,libc) to a separate directory, all stuff is compiled with the host compiler

git-svn-id: svn://www.freewrt.org/trunk/freewrt@194 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 709 bytes
  • ipkg-utils-1.

    $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
    old new  
    6060            fi
    6161        fi
    6262
    63         large_uid_files=`find . -uid +99 || true`
    64 
    65         if [ "$ogargs" = "" ]  && [ -n "$large_uid_files" ]; then
    66                 echo "*** Warning: The following files have a UID greater than 99.
    67 You probably want to chown these to a system user: " >&2
    68                 ls -ld $large_uid_files
    69                 echo >&2
    70         fi
    71            
    72 
    7363        if [ ! -f "$CONTROL/control" ]; then
    7464                echo "*** Error: Control file $pkg_dir/$CONTROL/control not found." >&2
    7565                cd $owd
Note: See TracBrowser for help on using the repository browser.