diff options
author | unknown <tsmith@ramayana.hindu.god> | 2008-03-19 13:44:50 -0600 |
---|---|---|
committer | unknown <tsmith@ramayana.hindu.god> | 2008-03-19 13:44:50 -0600 |
commit | 225c269558040f08739047843bd4c4f1608e5c3d (patch) | |
tree | 8c96c49bdc57bc37b6fda39751e711ed4cfddc3e /scripts | |
parent | 7fd69f2f76acd57eab5fdb550a68c9fe5d0a0f1c (diff) | |
parent | aae2c0d21c106983d3f71d897e2219d20092fc0d (diff) | |
download | mariadb-git-225c269558040f08739047843bd4c4f1608e5c3d.tar.gz |
Merge ramayana.hindu.god:/home/tsmith/m/bk/b25486/50
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 8598a022669..68af030f17a 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -327,8 +327,8 @@ if [ $BASE_SYSTEM != "netware" ] ; then < support-files/mysql.server.sh > $BASE/support-files/mysql.server $BASE/bin/replace /my/gnu/bin/hostname /bin/hostname -- $BASE/bin/mysqld_safe mv $BASE/support-files/binary-configure $BASE/configure - chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-* \ - $BASE/support-files/mysql.server $BASE/configure + chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-log-rotate \ + $BASE/support-files/*.server $BASE/configure $CP -r sql-bench/* $BASE/sql-bench rm -f $BASE/sql-bench/*.sh $BASE/sql-bench/Makefile* $BASE/lib/*.la rm -f $BASE/bin/*.sql |