pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap No need to "cp -p" here.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/003cbfe4b08b
branches:  trunk
changeset: 486955:003cbfe4b08b
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Jan 05 21:51:19 2005 +0000

description:
No need to "cp -p" here.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e6d9cd54ff63 -r 003cbfe4b08b bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Jan 05 21:15:47 2005 +0000
+++ b/bootstrap/bootstrap       Wed Jan 05 21:51:19 2005 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.24 2004/11/20 04:31:35 grant Exp $
+# $NetBSD: bootstrap,v 1.25 2005/01/05 21:51:19 tv Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -181,7 +181,7 @@
        if [ ! -d $wrkdir/$_dst ]; then
                mkdir_p $wrkdir/$_dst
        fi
-       $cpprog -Rp $_src/* $wrkdir/$_dst
+       $cpprog -R $_src/* $wrkdir/$_dst
 }
 
 build_start=`date`



Home | Main Index | Thread Index | Old Index