freewrt_1_0
freewrt_2_0
|
Last change
on this file since 2f1a2c9 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
|
| Rev | Line | |
|---|
| [3edc14b] | 1 | $FreeWRT$
|
|---|
| 2 |
|
|---|
| 3 | -uid is not portable, bsd find fails. Check is not needed.
|
|---|
| 4 |
|
|---|
| 5 | diff -Nur ipkg-utils-1.7/ipkg-build ipkg-utils-1.7-freewrt/ipkg-build
|
|---|
| 6 | --- ipkg-utils-1.7/ipkg-build Sat Apr 24 11:43:51 2004
|
|---|
| 7 | +++ ipkg-utils-1.7-freewrt/ipkg-build Sun Jun 18 16:26:53 2006
|
|---|
| 8 | @@ -60,16 +60,6 @@
|
|---|
| 9 | fi
|
|---|
| 10 | fi
|
|---|
| 11 |
|
|---|
| 12 | - large_uid_files=`find . -uid +99 || true`
|
|---|
| 13 | -
|
|---|
| 14 | - if [ "$ogargs" = "" ] && [ -n "$large_uid_files" ]; then
|
|---|
| 15 | - echo "*** Warning: The following files have a UID greater than 99.
|
|---|
| 16 | -You probably want to chown these to a system user: " >&2
|
|---|
| 17 | - ls -ld $large_uid_files
|
|---|
| 18 | - echo >&2
|
|---|
| 19 | - fi
|
|---|
| 20 | -
|
|---|
| 21 | -
|
|---|
| 22 | if [ ! -f "$CONTROL/control" ]; then
|
|---|
| 23 | echo "*** Error: Control file $pkg_dir/$CONTROL/control not found." >&2
|
|---|
| 24 | cd $owd
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.