summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorkent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <>2006-11-07 22:26:37 +0100
committerkent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <>2006-11-07 22:26:37 +0100
commit3d7a9bdd6b66f7e82bdf911482fc75162db825d3 (patch)
tree2f2af5a8e5ed33d64e750daccab15ff606e6e4dc /scripts
parent3e20a1089913605f41d724e74f98dcff41fe95c9 (diff)
downloadmariadb-git-3d7a9bdd6b66f7e82bdf911482fc75162db825d3.tar.gz
make_binary_distribution.sh:
Added LICENSE.mysql, removed LICENSE.doc README.NW. Removed obselete section about MySQLEULA.txt and README.NW. README: Added reference to the EXCEPTIONS-CLIENT file. Changed reference to the commercial license file. Corrected references into chapters in the manual. .del-MySQLEULA.txt~4a1afd9284f9be5a: Delete: Docs/MySQLEULA.txt
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index ae24752d290..5748c024387 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -85,7 +85,7 @@ do
done
for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \
- EXCEPTIONS-CLIENT MySQLEULA.txt LICENSE.doc README.NW
+ EXCEPTIONS-CLIENT LICENSE.mysql LICENSE.doc
do
if [ -f $i ]
then
@@ -246,15 +246,6 @@ fi
rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh $BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution $BASE/bin/setsomevars $BASE/support-files/Makefile* $BASE/support-files/*.sh
-#
-# Remove system dependent files
-#
-if [ $BASE_SYSTEM = "netware" ] ; then
- rm -f $BASE/MySQLEULA.txt
-else
- rm -f $BASE/README.NW
-fi
-
# Make safe_mysqld a symlink to mysqld_safe for backwards portability
(cd $BASE/bin ; ln -s mysqld_safe safe_mysqld )