List:Commits« Previous MessageNext Message »
From:kent Date:October 11 2007 6:50pm
Subject:bk commit into 5.1 tree (kent:1.2578)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kent. When kent does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-10-11 18:50:13+02:00, kent@stripped +1 -0
  make_binary_distribution.sh:
    Only copy README if GPL

  scripts/make_binary_distribution.sh@stripped, 2007-10-11 18:49:42+02:00, kent@stripped +2
-2
    Only copy README if GPL

diff -Nrup a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
--- a/scripts/make_binary_distribution.sh	2007-10-01 18:40:40 +02:00
+++ b/scripts/make_binary_distribution.sh	2007-10-11 18:49:42 +02:00
@@ -234,9 +234,9 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; t
   # Note, no legacy "safe_mysqld" link to "mysqld_safe" in 5.1
 
   # Copy readme and license files
-  cp README Docs/INSTALL-BINARY  $DEST/
+  cp Docs/INSTALL-BINARY  $DEST/
   if [ -f COPYING -a -f EXCEPTIONS-CLIENT ] ; then
-    cp COPYING EXCEPTIONS-CLIENT $DEST/
+    cp README COPYING EXCEPTIONS-CLIENT $DEST/
   elif [ -f LICENSE.mysql ] ; then
     cp LICENSE.mysql $DEST/
   else
Thread
bk commit into 5.1 tree (kent:1.2578)kent11 Oct