diff options
author | kent@c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-11-07 23:01:38 +0100 |
---|---|---|
committer | kent@c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-11-07 23:01:38 +0100 |
commit | e209edaa32841ee78e802efa2ef4b9a0a3e9e5d1 (patch) | |
tree | 65ee934cbe9c3a46005b187201ee0199e4caa81a /scripts | |
parent | 016c4b1616fa9306fecc65db877a4ed01d46b13f (diff) | |
parent | 1d932b992caf0b23ce5d47304117b5a1c522fad9 (diff) | |
download | mariadb-git-e209edaa32841ee78e802efa2ef4b9a0a3e9e5d1.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/lic/my50-lic
into mysql.com:/Users/kent/mysql/bk/lic/my51-lic
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 9302745ceee..68798e92725 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -123,7 +123,7 @@ copyfileto() copyfileto $BASE/docs ChangeLog Docs/mysql.info copyfileto $BASE COPYING COPYING.LIB README Docs/INSTALL-BINARY \ - EXCEPTIONS-CLIENT MySQLEULA.txt LICENSE.doc README.NW + EXCEPTIONS-CLIENT LICENSE.mysql # Non platform-specific bin dir files: BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \ @@ -308,10 +308,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then $BASE/support-files/build-tags \ $BASE/support-files/MySQL-shared-compat.spec \ $BASE/support-files/ndb-config-2-node.ini \ - $BASE/INSTALL-BINARY \ - $BASE/MySQLEULA.txt -else - rm -f $BASE/README.NW + $BASE/INSTALL-BINARY fi # Make safe_mysqld a symlink to mysqld_safe for backwards portability |