OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   06-Jun-2007 16:42:29
  Branch: HEAD                             Handle: 2007060615422800

  Modified files:
    openpkg-src/openpkg-import
                            openpkg-import.spec

  Log:
    ignore errors if program cannot be found

  Summary:
    Revision    Changes     Path
    1.16        +2  -2      openpkg-src/openpkg-import/openpkg-import.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-import/openpkg-import.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 openpkg-import.spec
  --- openpkg-src/openpkg-import/openpkg-import.spec    5 Jun 2007 17:46:42 
-0000       1.15
  +++ openpkg-src/openpkg-import/openpkg-import.spec    6 Jun 2007 14:42:28 
-0000       1.16
  @@ -33,7 +33,7 @@
   Group:        System
   License:      GPL
   Version:      0
  -Release:      20070605
  +Release:      20070606
   
   #   package options
   %option       with_binutils no
  @@ -77,7 +77,7 @@
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/bin
       for tool_name in addr2line ar as gprof ld nm objcopy objdump ranlib 
readelf size strings; do
  -        tool_path="`%{l_shtool} path 
-p/bin:/usr/bin:/sbin:/usr/sbin:/usr/ccs/bin $tool_name`"
  +        tool_path="`%{l_shtool} path 
-p/bin:/usr/bin:/sbin:/usr/sbin:/usr/ccs/bin $tool_name 2>/dev/null || true`"
           if [ ".$tool_path" != . ]; then
               ln -s $tool_path $RPM_BUILD_ROOT%{l_prefix}/bin/$tool_name
           fi
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to