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


Ignore:
Timestamp:
Nov 13, 2006, 9:57:05 AM (17 years ago)
Author:
Bruno Cornec
Message:

TAG is now per package and not shared anymore + build process adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r888 r924  
    3737        c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    3838    else
    39         c=$1
     39        c="$*"
    4040    fi
    4141fi
     
    7979        rm -rf $p-${PVER}
    8080
     81        # set LANGUAGE to check for correct log messages
     82        export LANGUAGE=C
    8183        rpmbuild -ba $p.spec 2>&1 | tee $log
    8284        if [ $? != 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.