summaryrefslogtreecommitdiff
path: root/scripts/make_win_bin_dist
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-03-20 15:12:50 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-03-20 15:12:50 +0100
commite1d8f329fa474e8b7a2610f45723da2ec2c07e0c (patch)
treee1df691a7e85236624638fbcb7223005f5df1272 /scripts/make_win_bin_dist
parent46d02a2c01e2a102e827f9c9491b3447ed4d76bc (diff)
downloadmariadb-git-e1d8f329fa474e8b7a2610f45723da2ec2c07e0c.tar.gz
vio.vcproj, mysqld.vcproj, mysys.vcproj, libmysqld.vcproj, mysqldemb.vcproj:
No need to set LICENSE or USE_SYMDIR from project files make_win_bin_dist: Changed location of SQL initialization files to be "share/" scripts/make_win_bin_dist: Changed location of SQL initialization files to be "share/" VC++Files/libmysqld/libmysqld.vcproj: No need to set LICENSE or USE_SYMDIR from project files VC++Files/mysqldemb/mysqldemb.vcproj: No need to set LICENSE or USE_SYMDIR from project files VC++Files/mysys/mysys.vcproj: No need to set LICENSE or USE_SYMDIR from project files VC++Files/sql/mysqld.vcproj: No need to set LICENSE or USE_SYMDIR from project files VC++Files/vio/vio.vcproj: No need to set LICENSE or USE_SYMDIR from project files
Diffstat (limited to 'scripts/make_win_bin_dist')
-rwxr-xr-xscripts/make_win_bin_dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist
index 59018195ef2..5d4c7ab917d 100755
--- a/scripts/make_win_bin_dist
+++ b/scripts/make_win_bin_dist
@@ -360,6 +360,9 @@ fi
cp -pR sql-bench $DESTDIR/
rm -f $DESTDIR/sql-bench/*.sh $DESTDIR/sql-bench/Makefile*
+# The SQL initiation code is really expected to be in "share"
+mv $DESTDIR/scripts/*.sql $DESTDIR/share/ || true
+
# ----------------------------------------------------------------------
# Copy other files specified on command line DEST=SOURCE
# ----------------------------------------------------------------------