diff options
author | kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-11-07 22:49:46 +0100 |
---|---|---|
committer | kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-11-07 22:49:46 +0100 |
commit | 7364bc113eb657ba705c6bdb39917137a0d4cf16 (patch) | |
tree | 26f7613946b55785d6b5d3d033fcfbe0e6230fbf /scripts | |
parent | 570f603988f932597e3258a42e4b5cc2b208abd1 (diff) | |
parent | 3d7a9bdd6b66f7e82bdf911482fc75162db825d3 (diff) | |
download | mariadb-git-7364bc113eb657ba705c6bdb39917137a0d4cf16.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/lic/my40-lic
into mysql.com:/Users/kent/mysql/bk/lic/my41-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 d05c4427627..f37e667dd86 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -105,7 +105,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 \ @@ -282,10 +282,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 |