diff options
author | tv <tv@pkgsrc.org> | 2005-01-05 21:51:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-05 21:51:19 +0000 |
commit | 16a4e83435bd0bfc7280ea6484d8f30882876b18 (patch) | |
tree | 76b528d2ee06657ba9e5d7831e9f888ac0885f18 /bootstrap | |
parent | 1b501e59f8f267ffafd5c6ab5367b56ad369f8cc (diff) | |
download | pkgsrc-16a4e83435bd0bfc7280ea6484d8f30882876b18.tar.gz |
No need to "cp -p" here.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 0e047a68691..b178b1cd78d 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -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 @@ copy_src() if [ ! -d $wrkdir/$_dst ]; then mkdir_p $wrkdir/$_dst fi - $cpprog -Rp $_src/* $wrkdir/$_dst + $cpprog -R $_src/* $wrkdir/$_dst } build_start=`date` |