1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 738

Show
Ignore:
Timestamp:
04/09/12 00:35:53 (14 months ago)
Author:
jheiss
Message:

Comment out the pre-build package sections since not all packages need
them

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pkgs/BUILD

    r712 r738  
    1515ARCH=`tpkg --qenv | grep 'Architecture' | awk '{print $NF}'` 
    1616 
    17 for tpkg in ; do 
    18         tpkg --quiet -q $tpkg || tpkg -i $tpkg 
    19 done 
    20 if echo $OS | egrep 'RedHat|CentOS'; then 
    21         for rpm in ; do 
    22                 rpm --quiet -q $rpm || sudo yum install $rpm 
    23         done 
    24 fi 
     17#for tpkg in ; do 
     18#       tpkg --quiet -q $tpkg || tpkg -i $tpkg 
     19#done 
     20#if echo $OS | egrep 'RedHat|CentOS'; then 
     21#       for rpm in ; do 
     22#               rpm --quiet -q $rpm || sudo yum install $rpm 
     23#       done 
     24#fi 
    2525 
    2626rm -rf $PKG-$VER