Changeset 81451
- Timestamp:
- 07/30/11 19:59:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/portmgr/jobs/mprsyncup (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/jobs/mprsyncup
r79592 r81451 44 44 # Paths we'll work on: 45 45 ROOT=/var/tmp/macports 46 TMPDIR=mp_trunk/base47 46 PREFIX=${ROOT}/opt/local 48 47 TCLPKG=${PREFIX}/lib/tcl … … 60 59 # copy new index of this platform to old index location for MP v1.8 compatability 61 60 OLD_INDEX_PLATFORM="9_i386" 62 63 MP_USER=nobody64 MP_GROUP=nobody65 61 66 62 # Sources information: … … 121 117 pushd ${PORTS} >> /dev/null 122 118 # build MP trunk in a private location for indexing 123 pushd ${ ROOT}/${TMPDIR} >> /dev/null119 pushd ${TBASE} >> /dev/null 124 120 ${MKDIR} -p ${TCLPKG} 125 121 ./configure \ 126 122 --prefix=${PREFIX} \ 127 --with-tclpackage=${TCLPKG} \ 128 --with-install-user=${MP_USER} \ 129 --with-install-group=${MP_GROUP} 123 --with-tclpackage=${TCLPKG} 130 124 make clean 131 125 make
Note: See TracChangeset
for help on using the changeset viewer.

