- rename: EXCEPTIONS->EXCEPTIONS-CLIENT

This commit is contained in:
unknown 2004-08-05 17:05:11 +02:00
commit 06cd2efc2e
15 changed files with 16 additions and 16 deletions

View file

@ -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