Changeset 761 in MondoRescue for branches/stable/tools/build2pkg


Ignore:
Timestamp:
Aug 7, 2006, 10:36:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • spec file should not use TAG for Source file name anymore
  • Fix a URL problem for gentoo packages
  • Fix autorun installation and mode (bug found by SuSE)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r757 r761  
    8282        rm -rf $p-${PVER}
    8383
    84         rpmbuild -ba $p.spec 2> $log 1> $log
     84        rpmbuild -ba $p.spec 2>&1 | tee $log
    8585        if [ $? != 0 ]; then
    86             cat $log
    8786            status=-1
    8887        else
    89             egrep '^Wrote:' $log
    9088            if [ -f /usr/bin/rpmlint ]; then
    9189                /usr/bin/rpmlint `egrep '^Wrote:' $log | cut -d: -f2`
Note: See TracChangeset for help on using the changeset viewer.