~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to scripts/make_binary_distribution.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# Copyright (C) 2000-2006 MySQL AB
 
2
# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3
3
4
4
# This program is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
302
302
 
303
303
  # Copy readme and license files
304
304
  cp README Docs/INSTALL-BINARY  $DEST/
305
 
  if [ -f COPYING -a -f EXCEPTIONS-CLIENT ] ; then
306
 
    cp COPYING EXCEPTIONS-CLIENT $DEST/
 
305
  if [ -f COPYING ] ; then
 
306
    cp COPYING $DEST/
307
307
  elif [ -f LICENSE.mysql ] ; then
308
308
    cp LICENSE.mysql $DEST/
309
309
  else
381
381
copyfileto $BASE/docs ChangeLog Docs/mysql.info
382
382
 
383
383
copyfileto $BASE COPYING COPYING.LIB README Docs/INSTALL-BINARY \
384
 
         EXCEPTIONS-CLIENT LICENSE.mysql
 
384
           LICENSE.mysql
385
385
 
386
386
# Non platform-specific bin dir files:
387
387
BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \