From c8908b8fd1d23b9b5fd5681b018c1bebe1957a32 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Feb 2001 21:58:20 -0500 Subject: Remove several uses of cp -a, and fix broken dist-hook in sql-bench. Build-tools/mysql-copyright: remove use of cp -a. sql-bench/Makefile.am: fix broken dist-hook target (brain-o) sql/share/Makefile.am: remove use of cp -a. --- Build-tools/mysql-copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build-tools/mysql-copyright') diff --git a/Build-tools/mysql-copyright b/Build-tools/mysql-copyright index f481325bebb..df819b20fa1 100755 --- a/Build-tools/mysql-copyright +++ b/Build-tools/mysql-copyright @@ -97,7 +97,7 @@ sub main # on the toplevel of the directory instead. file 'PUBLIC' shouldn't # exist in the new mysql distributions, but let's be sure.. `rm -f $destdir/PUBLIC`; - `cp -a $WD/Docs/LICENSE $destdir/`; + `cp -p $WD/Docs/LICENSE $destdir/`; # fix file copyrights &fix_usage_copyright(); -- cgit v1.2.1