1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

errmsg.sys files are located in the builddir, not in the srcdir

This commit is contained in:
Sergei Golubchik
2014-02-17 11:10:14 +01:00
parent cb324d91ad
commit 5f1a2cf8e3

View File

@ -267,7 +267,7 @@ then
bindir="$basedir/client"
extra_bindir="$basedir/extra"
mysqld="$basedir/sql/mysqld"
langdir="$srcdir/sql/share/english"
langdir="$basedir/sql/share/english"
pkgdatadir="$srcdir/scripts"
scriptdir="$srcdir/scripts"
elif test -n "$basedir"