Changeset 887 in MondoRescue for branches/2.2.0/tools/build2pkg


Ignore:
Timestamp:
Oct 8, 2006, 4:05:57 PM (18 years ago)
Author:
Bruno Cornec
Message:

Some final improvements for build with Qemu (problem with tar and path with ../..)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0/tools/build2pkg

    r886 r887  
    8383            status=-1
    8484        else
    85             export pkg1="`egrep '^Wrote:' $log | cut -d: -f2`"
     85            export pkg1="`egrep '^Wrote:' $log | grep -v debuginfo | cut -d: -f2`"
    8686            if [ -f /usr/bin/rpmlint ]; then
    8787                /usr/bin/rpmlint $pkg1
Note: See TracChangeset for help on using the changeset viewer.