diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-02-08 17:36:25 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-02-08 17:36:25 +0200 |
commit | 0e28a072e362d2185d8a55ba4feda7df0d06ae8b (patch) | |
tree | c3da9b3da4994d7cfe4b23c0f0878d5a095f8e62 /scripts | |
parent | d2495d17961995cf661ff7e1e89738b922fefe93 (diff) | |
download | mariadb-git-0e28a072e362d2185d8a55ba4feda7df0d06ae8b.tar.gz |
Bug #59815: Missing License information with enterprise GPL packages
on behalf of Kent: Include the README into the binary packages
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make_win_bin_dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist index c1d01a0342d..7859f42ca29 100755 --- a/scripts/make_win_bin_dist +++ b/scripts/make_win_bin_dist @@ -198,6 +198,7 @@ cp Docs/INSTALL-BINARY $DESTDIR/Docs/ cp Docs/manual.chm $DESTDIR/Docs/ || /bin/true cp ChangeLog $DESTDIR/Docs/ || /bin/true cp support-files/my-*.ini $DESTDIR/ +cp README $DESTDIR/ if [ -f COPYING ] ; then cp COPYING $DESTDIR/ |