Commit bf5b57ad authored by lenz@mysql.com's avatar lenz@mysql.com
Browse files

- small modification to scripts/make_binary_distribution.sh (add the

   up-to-date BK changelog instead of sql/ChangeLog, add LICENSE if
   available)
parent a0ffbe60
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -54,10 +54,13 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \
 
chmod o-rwx $BASE/data $BASE/data/*

for i in sql/ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \
         Docs/manual.html Docs/manual.txt Docs/manual_toc.html
for i in ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \
         LICENSE Docs/manual.html Docs/manual.txt Docs/manual_toc.html
do
  if [ -f $i ]
  then
    $CP $i $BASE
  fi
done

for i in extra/comp_err extra/replace extra/perror extra/resolveip \