diff options
author | unknown <lenz@mysql.com> | 2004-08-05 17:05:11 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 17:05:11 +0200 |
commit | 06cd2efc2e231d0526091e3e9e4dc47985a8081c (patch) | |
tree | 1ced6bcc717669c2697598b7eda27e7e13497ce3 /Build-tools | |
parent | 74e86ee36c9a2f645aa3bd31447a69b6f2b9ac47 (diff) | |
download | mariadb-git-06cd2efc2e231d0526091e3e9e4dc47985a8081c.tar.gz |
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/mysql-copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/mysql-copyright b/Build-tools/mysql-copyright index 231482806ee..84e13d6041e 100755 --- a/Build-tools/mysql-copyright +++ b/Build-tools/mysql-copyright @@ -101,7 +101,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.. unlink("$destdir/PUBLIC", "$destdir/README"); - unlink("$destdir/COPYING", "$destdir/EXCEPTIONS"); + unlink("$destdir/COPYING", "$destdir/EXCEPTIONS-CLIENT"); copy("$WD/Docs/MySQLEULA.txt", "$destdir"); # remove readline subdir and update configure accordingly |