mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user