summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-08-06 08:31:09 +0200
committerkent@mysql.com/kent-amd64.(none) <>2007-08-06 08:31:09 +0200
commitd75c7a58c14d1c842e90e93cad9c666df487dd5c (patch)
tree460a4b22acdd8d2dd6102e95d273774ffa4e48a4 /scripts
parentf9fdd5ae8c438718ec466c351b8a9f0aa61e4ae3 (diff)
downloadmariadb-git-d75c7a58c14d1c842e90e93cad9c666df487dd5c.tar.gz
make_win_bin_dist:
Corrected install path
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_win_bin_dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist
index 6b6342b268f..849226c94ea 100755
--- a/scripts/make_win_bin_dist
+++ b/scripts/make_win_bin_dist
@@ -229,8 +229,8 @@ copy_embedded()
x"$PACK_DEBUG" = x"yes" ] ; then
mkdir -p $DESTDIR/Embedded/DLL/debug \
$DESTDIR/Embedded/static/debug
- cp libmysqld/debug/mysqlserver.lib $DESTDIR/Embedded/DLL/debug/
- cp libmysqld/debug/mysqlserver.pdb $DESTDIR/Embedded/DLL/debug/
+ cp libmysqld/debug/mysqlserver.lib $DESTDIR/Embedded/static/debug/
+ cp libmysqld/debug/mysqlserver.pdb $DESTDIR/Embedded/static/debug/
cp libmysqld/debug/libmysqld.dll $DESTDIR/Embedded/DLL/debug/
cp libmysqld/debug/libmysqld.exp $DESTDIR/Embedded/DLL/debug/
cp libmysqld/debug/libmysqld.lib $DESTDIR/Embedded/DLL/debug/