New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81451


Ignore:
Timestamp:
07/30/11 19:59:44 (4 years ago)
Author:
wsiegrist@…
Message:

Use the right copy of trunk to build index. Do not use nobody:nobody.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/portmgr/jobs/mprsyncup

    r79592 r81451  
    4444# Paths we'll work on: 
    4545ROOT=/var/tmp/macports 
    46 TMPDIR=mp_trunk/base 
    4746PREFIX=${ROOT}/opt/local 
    4847TCLPKG=${PREFIX}/lib/tcl 
     
    6059# copy new index of this platform to old index location for MP v1.8 compatability 
    6160OLD_INDEX_PLATFORM="9_i386" 
    62  
    63 MP_USER=nobody 
    64 MP_GROUP=nobody 
    6561 
    6662# Sources information: 
     
    121117pushd ${PORTS} >> /dev/null 
    122118# build MP trunk in a private location for indexing 
    123 pushd ${ROOT}/${TMPDIR} >> /dev/null 
     119pushd ${TBASE} >> /dev/null 
    124120${MKDIR} -p ${TCLPKG} 
    125121./configure \ 
    126122    --prefix=${PREFIX} \ 
    127     --with-tclpackage=${TCLPKG} \ 
    128     --with-install-user=${MP_USER} \ 
    129     --with-install-group=${MP_GROUP} 
     123    --with-tclpackage=${TCLPKG} 
    130124make clean 
    131125make 
Note: See TracChangeset for help on using the changeset viewer.