diff options
author | kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-11-07 22:55:19 +0100 |
---|---|---|
committer | kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-11-07 22:55:19 +0100 |
commit | 1d932b992caf0b23ce5d47304117b5a1c522fad9 (patch) | |
tree | 96a9f77e1e46a06b01469900810fa2996bc52a2d /scripts/make_binary_distribution.sh | |
parent | 56f10ac81a9eefe03a1c0e0bbb25d928c64db6b3 (diff) | |
parent | 7364bc113eb657ba705c6bdb39917137a0d4cf16 (diff) | |
download | mariadb-git-1d932b992caf0b23ce5d47304117b5a1c522fad9.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/lic/my41-lic
into mysql.com:/Users/kent/mysql/bk/lic/my50-lic
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-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 d9e3ea27895..512e8a574ed 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -121,7 +121,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 \ @@ -303,10 +303,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 |