Changeset 2041 for trunk/base


Ignore:
Timestamp:
Feb 18, 2003, 10:44:58 AM (21 years ago)
Author:
jkh
Message:

Use a non-failing command line argument to cp(1) (looks like our cp has probs).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portmpkg.tcl

    r2040 r2041  
    134134       
    135135        # copy our own pkg into the mpkg
    136         system "cp -RPp ${pkgpath} ${mpkgpath}/Contents/Resources/"
     136        system "cp -PR ${pkgpath} ${mpkgpath}/Contents/Resources/"
    137137        lappend dependencies ${portname}-${portversion}.pkg
    138138       
Note: See TracChangeset for help on using the changeset viewer.