Changeset 2074 for trunk/base


Ignore:
Timestamp:
Feb 25, 2003, 8:12:40 AM (21 years ago)
Author:
kevin
Message:

Apply sed rules to prefix.mtree.pre > prefix.mtree, then install.
Added macosx.mtree

Location:
trunk/base/doc
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/Makefile

    r2037 r2074  
    1010        mkdir -p ${INSTALLDIR}
    1111       
    12         cat prefix.mtree | sed -e "s/uname=UNAME/uname=${DSTUSR}/" | \
    13         sed -e "s/gname=GNAME/gname=${DSTGRP}/" | \
    14         mtree -U -d -e -p ${INSTALLDIR} > /dev/null
     12        cat prefix.mtree.pre | sed -e "s/uname=UNAME/uname=${DSTUSR}/" | \
     13        sed -e "s/gname=GNAME/gname=${DSTGRP}/" > prefix.mtree
     14        cat prefix.mtree | mtree -U -d -e -p ${INSTALLDIR} > /dev/null
    1515        @if [ ! -e ${DESTDIR}/${ETCDIR}/ports.conf ]; then \
    1616                set -x; \
     
    2323        fi
    2424        install -o ${DSTUSR} -g ${DSTGRP} -m 644 prefix.mtree ${DESTDIR}${ETCDIR}
     25        install -o ${DSTUSR} -g ${DSTGRP} -m 644 prefix.mtree ${INSTALLDIR}/share/darwinports/resources/port1.0/install/
     26        install -o ${DSTUSR} -g ${DSTGRP} -m 644 macosx.mtree ${INSTALLDIR}/share/darwinports/resources/port1.0/install/
    2527        install -o ${DSTUSR} -g ${DSTGRP} -m 444 portfile.7 ${INSTALLDIR}/man/man7
    2628        install -o ${DSTUSR} -g ${DSTGRP} -m 444 portstyle.7 ${INSTALLDIR}/man/man7
Note: See TracChangeset for help on using the changeset viewer.